#B11868

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

Shades of Jazzberry Jam #B11868

Tints of Jazzberry Jam #B11868

Color information

#B11868 (or 0xB11868) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 18 and 68. RGB value is (177,24,104). Sum of RGB (Red+Green+Blue) = 177+24+104=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B11868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11868 is #4EE797. Grayscale: #4E4E4E. Windows color (decimal): -5171096 or 6822065. OLE color: 6822065.

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

Color convert

RGB17724104-
CMYK00.860.410.31
HSL328.63º76.12%39.41%-
HSV(B)328.63º86.44%69.41%-
XYZ20.961114.12-
YUV78.87142.19198-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.03%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=58.03%
G=7.87%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772410400.860.410.31328.6376.1239.41
HexB11868056291F1494c27
Octal261301500126513751111447
Binary1011000111000110100001010110101001111111010010011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11868; }

 p { color: rgb(177,24,104); }

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

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

 a { background-color: rgb(177,24,104); }

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

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

 span { border-color: rgb(177,24,104); }

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