#B11E60

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

Shades of Jazzberry Jam #B11E60

Tints of Jazzberry Jam #B11E60

Color information

#B11E60 (or 0xB11E60) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1E and 60. RGB value is (177,30,96). Sum of RGB (Red+Green+Blue) = 177+30+96=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E60 is #4EE19F. Grayscale: #515151. Windows color (decimal): -5169568 or 6299313. OLE color: 6299313.

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

Color convert

RGB1773096-
CMYK00.830.460.31
HSL333.06º71.01%40.59%-
HSV(B)333.06º83.05%69.41%-
XYZ20.7111.1212.12-
YUV81.48136.2196.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=58.42%
G=9.90%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177309600.830.460.31333.0671.0140.59
HexB11E600532E1F14d4729
Octal261361400123563751510751
Binary1011000111110110000001010011101110111111010011011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E60; }

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

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

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

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

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

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

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

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