#B11865

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

Shades of Jazzberry Jam #B11865

Tints of Jazzberry Jam #B11865

Color information

#B11865 (or 0xB11865) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 18 and 65. RGB value is (177,24,101). Sum of RGB (Red+Green+Blue) = 177+24+101=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B11865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11865 is #4EE79A. Grayscale: #4E4E4E. Windows color (decimal): -5171099 or 6625457. OLE color: 6625457.

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

Color convert

RGB17724101-
CMYK00.860.430.31
HSL329.8º76.12%39.41%-
HSV(B)329.8º86.44%69.41%-
XYZ20.8110.9413.33-
YUV78.52140.69198.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 24 (9.77% from 255) = 7.95%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=58.61%
G=7.95%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772410100.860.430.31329.876.1239.41
HexB118650562B1F14a4c27
Octal261301450126533751211447
Binary1011000111000110010101010110101011111111010010101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11865; }

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

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

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

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

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

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

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

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