#B21861

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

Shades of Jazzberry Jam #B21861

Tints of Jazzberry Jam #B21861

Color information

#B21861 (or 0xB21861) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 18 and 61. RGB value is (178,24,97). Sum of RGB (Red+Green+Blue) = 178+24+97=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B21861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21861 is #4DE79E. Grayscale: #4E4E4E. Windows color (decimal): -5105567 or 6363314. OLE color: 6363314.

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

Color convert

RGB1782497-
CMYK00.870.460.30
HSL331.56º76.24%39.61%-
HSV(B)331.56º86.52%69.8%-
XYZ20.8410.9812.33-
YUV78.37138.52199.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=59.53%
G=8.03%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178249700.870.460.30331.5676.2439.61
HexB218610572E1E14c4c28
Octal262301410127563651411450
Binary1011001011000110000101010111101110111101010011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21861; }

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

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

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

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

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

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

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

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