#B11E5B

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

Shades of Jazzberry Jam #B11E5B

Tints of Jazzberry Jam #B11E5B

Color information

#B11E5B (or 0xB11E5B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1E and 5B. RGB value is (177,30,91). Sum of RGB (Red+Green+Blue) = 177+30+91=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E5B is #4EE1A4. Grayscale: #505050. Windows color (decimal): -5169573 or 5971633. OLE color: 5971633.

HSL color Cylindrical-coordinate representation of color #B11E5B: hue angle of 335.1º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E5B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1773091-
CMYK00.830.490.31
HSL335.1º71.01%40.59%-
HSV(B)335.1º83.05%69.41%-
XYZ20.4811.0310.95-
YUV80.91133.7196.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 30 (12.11% from 255) = 10.07%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=59.40%
G=10.07%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177309100.830.490.31335.171.0140.59
HexB11E5B053311F14f4729
Octal261361330123613751710751
Binary1011000111110101101101010011110001111111010011111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E5B; }

 p { color: rgb(177,30,91); }

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

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

 a { background-color: rgb(177,30,91); }

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

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

 span { border-color: rgb(177,30,91); }

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