#B32164

Color #B32164 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B32164

Tints of Jazzberry Jam #B32164

Color information

#B32164 (or 0xB32164) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 21 and 64. RGB value is (179,33,100). Sum of RGB (Red+Green+Blue) = 179+33+100=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B32164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32164 is #4CDE9B. Grayscale: #545454. Windows color (decimal): -5037724 or 6562227. OLE color: 6562227.

HSL color Cylindrical-coordinate representation of color #B32164: hue angle of 332.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32164 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17933100-
CMYK00.820.440.30
HSL332.47º68.87%41.57%-
HSV(B)332.47º81.56%70.2%-
XYZ21.4311.5913.16-
YUV84.29136.87195.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 57.37%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=57.37%
G=10.58%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793310000.820.440.30332.4768.8741.57
HexB321640522C1E14c452a
Octal263411440122543651410552
Binary10110011100001110010001010010101100111101010011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32164; }

 p { color: rgb(179,33,100); }

 H1.HeaderClassName
 {
   color: #B32164;
 }
 .AnyTagClassName
 {
   color: #B32164;
 }
</style>
background-color css

<style>
 a { background-color: #B32164; }

 a { background-color: rgb(179,33,100); }

 div.DivClassName
 {
   background-color: #B32164;
 }
 .BgClassName
 {
   background-color: #B32164;
 }
</style>
border-color css

<style>
 span { border-color: #B32164; }

 span { border-color: rgb(179,33,100); }

 td.TdClassName
 {
   border-color: #B32164;
 }
 .TagClassName
 {
   border-color: #B32164;
 }
</style>