#B11951

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

Shades of Jazzberry Jam #B11951

Tints of Jazzberry Jam #B11951

Color information

#B11951 (or 0xB11951) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 19 and 51. RGB value is (177,25,81). Sum of RGB (Red+Green+Blue) = 177+25+81=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B11951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11951 is #4EE6AE. Grayscale: #4C4C4C. Windows color (decimal): -5170863 or 5314993. OLE color: 5314993.

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

Color convert

RGB1772581-
CMYK00.860.540.31
HSL337.89º75.25%39.61%-
HSV(B)337.89º85.88%69.41%-
XYZ19.9610.648.79-
YUV76.83130.36199.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.54%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=62.54%
G=8.83%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177258100.860.540.31337.8975.2539.61
HexB11951056361F1524b28
Octal261311210126663752211350
Binary1011000111001101000101010110110110111111010100101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11951; }

 p { color: rgb(177,25,81); }

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

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

 a { background-color: rgb(177,25,81); }

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

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

 span { border-color: rgb(177,25,81); }

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