#B32169

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

Shades of Jazzberry Jam #B32169

Tints of Jazzberry Jam #B32169

Color information

#B32169 (or 0xB32169) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 21 and 69. RGB value is (179,33,105). Sum of RGB (Red+Green+Blue) = 179+33+105=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B32169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32169 is #4CDE96. Grayscale: #545454. Windows color (decimal): -5037719 or 6889907. OLE color: 6889907.

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

Color convert

RGB17933105-
CMYK00.820.410.30
HSL330.41º68.87%41.57%-
HSV(B)330.41º81.56%70.2%-
XYZ21.6811.6914.48-
YUV84.86139.37195.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.47%
GREEN value IS 33 (13.28% from 255) = 10.41%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=56.47%
G=10.41%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793310500.820.410.30330.4168.8741.57
HexB32169052291E14a452a
Octal263411510122513651210552
Binary10110011100001110100101010010101001111101010010101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32169; }

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

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

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

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

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

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

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

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