#B21869

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

Shades of Jazzberry Jam #B21869

Tints of Jazzberry Jam #B21869

Color information

#B21869 (or 0xB21869) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 18 and 69. RGB value is (178,24,105). Sum of RGB (Red+Green+Blue) = 178+24+105=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B21869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21869 is #4DE796. Grayscale: #4F4F4F. Windows color (decimal): -5105559 or 6887602. OLE color: 6887602.

HSL color Cylindrical-coordinate representation of color #B21869: hue angle of 328.44º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21869 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB17824105-
CMYK00.870.410.30
HSL328.44º76.24%39.61%-
HSV(B)328.44º86.52%69.8%-
XYZ21.2411.1414.4-
YUV79.28142.52198.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=57.98%
G=7.82%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782410500.870.410.30328.4476.2439.61
HexB21869057291E1484c28
Octal262301510127513651011450
Binary1011001011000110100101010111101001111101010010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21869; }

 p { color: rgb(178,24,105); }

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

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

 a { background-color: rgb(178,24,105); }

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

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

 span { border-color: rgb(178,24,105); }

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