#B11C72

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

Shades of Jazzberry Jam #B11C72

Tints of Jazzberry Jam #B11C72

Color information

#B11C72 (or 0xB11C72) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1C and 72. RGB value is (177,28,114). Sum of RGB (Red+Green+Blue) = 177+28+114=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C72 is #4EE38D. Grayscale: #525252. Windows color (decimal): -5170062 or 7478449. OLE color: 7478449.

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

Color convert

RGB17728114-
CMYK00.840.360.31
HSL325.37º72.68%40.2%-
HSV(B)325.37º84.18%69.41%-
XYZ21.5811.3916.98-
YUV82.35145.86195.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=55.49%
G=8.78%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772811400.840.360.31325.3772.6840.2
HexB11C72054241F1454928
Octal261341620124443750511150
Binary1011000111100111001001010100100100111111010001011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11C72; }

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

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

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

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

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

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

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

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