#B01954

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

Shades of Jazzberry Jam #B01954

Tints of Jazzberry Jam #B01954

Color information

#B01954 (or 0xB01954) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 19 and 54. RGB value is (176,25,84). Sum of RGB (Red+Green+Blue) = 176+25+84=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B01954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01954 is #4FE6AB. Grayscale: #4C4C4C. Windows color (decimal): -5236396 or 5511600. OLE color: 5511600.

HSL color Cylindrical-coordinate representation of color #B01954: hue angle of 336.56º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01954 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1762584-
CMYK00.860.520.31
HSL336.56º75.12%39.41%-
HSV(B)336.56º85.8%69.02%-
XYZ19.8510.579.38-
YUV76.88132.03198.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.75%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=61.75%
G=8.77%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176258400.860.520.31336.5675.1239.41
HexB01954056341F1514b27
Octal260311240126643752111347
Binary1011000011001101010001010110110100111111010100011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01954; }

 p { color: rgb(176,25,84); }

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

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

 a { background-color: rgb(176,25,84); }

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

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

 span { border-color: rgb(176,25,84); }

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