#B21961

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

Shades of Jazzberry Jam #B21961

Tints of Jazzberry Jam #B21961

Color information

#B21961 (or 0xB21961) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 19 and 61. RGB value is (178,25,97). Sum of RGB (Red+Green+Blue) = 178+25+97=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B21961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21961 is #4DE69E. Grayscale: #4E4E4E. Windows color (decimal): -5105311 or 6363570. OLE color: 6363570.

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

Color convert

RGB1782597-
CMYK00.860.460.30
HSL331.76º75.37%39.8%-
HSV(B)331.76º85.96%69.8%-
XYZ20.8711.0212.34-
YUV78.96138.19198.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.33%
GREEN value IS 25 (10.16% from 255) = 8.33%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=59.33%
G=8.33%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178259700.860.460.30331.7675.3739.8
HexB219610562E1E14c4b28
Octal262311410126563651411350
Binary1011001011001110000101010110101110111101010011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21961; }

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

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

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

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

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

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

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

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