#B11E5C

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

Shades of Jazzberry Jam #B11E5C

Tints of Jazzberry Jam #B11E5C

Color information

#B11E5C (or 0xB11E5C) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1E and 5C. RGB value is (177,30,92). Sum of RGB (Red+Green+Blue) = 177+30+92=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E5C is #4EE1A3. Grayscale: #505050. Windows color (decimal): -5169572 or 6037169. OLE color: 6037169.

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

Color convert

RGB1773092-
CMYK00.830.480.31
HSL334.69º71.01%40.59%-
HSV(B)334.69º83.05%69.41%-
XYZ20.5311.0511.18-
YUV81.02134.2196.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 30 (12.11% from 255) = 10.03%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=59.20%
G=10.03%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177309200.830.480.31334.6971.0140.59
HexB11E5C053301F14f4729
Octal261361340123603751710751
Binary1011000111110101110001010011110000111111010011111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E5C; }

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

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

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

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

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

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

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

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