#B11C5B

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

Shades of Jazzberry Jam #B11C5B

Tints of Jazzberry Jam #B11C5B

Color information

#B11C5B (or 0xB11C5B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1C and 5B. RGB value is (177,28,91). Sum of RGB (Red+Green+Blue) = 177+28+91=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C5B is #4EE3A4. Grayscale: #4F4F4F. Windows color (decimal): -5170085 or 5971121. OLE color: 5971121.

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

Color convert

RGB1772891-
CMYK00.840.490.31
HSL334.63º72.68%40.2%-
HSV(B)334.63º84.18%69.41%-
XYZ20.4410.9310.93-
YUV79.73134.36197.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=59.80%
G=9.46%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177289100.840.490.31334.6372.6840.2
HexB11C5B054311F14f4928
Octal261341330124613751711150
Binary1011000111100101101101010100110001111111010011111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11C5B; }

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

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

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

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

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

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

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

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