#B32162

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

Shades of Jazzberry Jam #B32162

Tints of Jazzberry Jam #B32162

Color information

#B32162 (or 0xB32162) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 21 and 62. RGB value is (179,33,98). Sum of RGB (Red+Green+Blue) = 179+33+98=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B32162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32162 is #4CDE9D. Grayscale: #535353. Windows color (decimal): -5037726 or 6431155. OLE color: 6431155.

HSL color Cylindrical-coordinate representation of color #B32162: hue angle of 333.29º 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 #B32162 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB1793398-
CMYK00.820.450.30
HSL333.29º68.87%41.57%-
HSV(B)333.29º81.56%70.2%-
XYZ21.3411.5512.66-
YUV84.06135.87195.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=57.74%
G=10.65%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179339800.820.450.30333.2968.8741.57
HexB321620522D1E14d452a
Octal263411420122553651510552
Binary10110011100001110001001010010101101111101010011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32162; }

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

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

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

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

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

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

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

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