#B11D68

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

Shades of Jazzberry Jam #B11D68

Tints of Jazzberry Jam #B11D68

Color information

#B11D68 (or 0xB11D68) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1D and 68. RGB value is (177,29,104). Sum of RGB (Red+Green+Blue) = 177+29+104=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D68 is #4EE297. Grayscale: #515151. Windows color (decimal): -5169816 or 6823345. OLE color: 6823345.

HSL color Cylindrical-coordinate representation of color #B11D68: hue angle of 329.59º degrees, saturation: 0.72, 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 #B11D68 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17729104-
CMYK00.840.410.31
HSL329.59º71.84%40.39%-
HSV(B)329.59º83.62%69.41%-
XYZ21.0711.2314.15-
YUV81.8140.53195.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 29 (11.72% from 255) = 9.35%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=57.10%
G=9.35%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772910400.840.410.31329.5971.8440.39
HexB11D68054291F14a4828
Octal261351500124513751211050
Binary1011000111101110100001010100101001111111010010101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11D68; }

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

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

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

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

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

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

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

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