#B21964

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

Shades of Jazzberry Jam #B21964

Tints of Jazzberry Jam #B21964

Color information

#B21964 (or 0xB21964) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 19 and 64. RGB value is (178,25,100). Sum of RGB (Red+Green+Blue) = 178+25+100=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B21964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21964 is #4DE69B. Grayscale: #4F4F4F. Windows color (decimal): -5105308 or 6560178. OLE color: 6560178.

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

Color convert

RGB17825100-
CMYK00.860.440.30
HSL330.59º75.37%39.8%-
HSV(B)330.59º85.96%69.8%-
XYZ21.0111.0813.09-
YUV79.3139.69198.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.75%
GREEN value IS 25 (10.16% from 255) = 8.25%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=58.75%
G=8.25%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782510000.860.440.30330.5975.3739.8
HexB219640562C1E14b4b28
Octal262311440126543651311350
Binary1011001011001110010001010110101100111101010010111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21964; }

 p { color: rgb(178,25,100); }

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

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

 a { background-color: rgb(178,25,100); }

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

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

 span { border-color: rgb(178,25,100); }

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