#B11F59

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

Shades of Jazzberry Jam #B11F59

Tints of Jazzberry Jam #B11F59

Color information

#B11F59 (or 0xB11F59) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1F and 59. RGB value is (177,31,89). Sum of RGB (Red+Green+Blue) = 177+31+89=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11F59 is #4EE0A6. Grayscale: #515151. Windows color (decimal): -5169319 or 5840817. OLE color: 5840817.

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

Color convert

RGB1773189-
CMYK00.820.500.31
HSL336.16º70.19%40.78%-
HSV(B)336.16º82.49%69.41%-
XYZ20.4211.0510.51-
YUV81.27132.37196.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=59.60%
G=10.44%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177318900.820.500.31336.1670.1940.78
HexB11F59052321F1504629
Octal261371310122623752010651
Binary1011000111111101100101010010110010111111010100001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11F59; }

 p { color: rgb(177,31,89); }

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

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

 a { background-color: rgb(177,31,89); }

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

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

 span { border-color: rgb(177,31,89); }

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