#B11252

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

Shades of Jazzberry Jam #B11252

Tints of Jazzberry Jam #B11252

Color information

#B11252 (or 0xB11252) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 12 and 52. RGB value is (177,18,82). Sum of RGB (Red+Green+Blue) = 177+18+82=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B11252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11252 is #4EEDAD. Grayscale: #484848. Windows color (decimal): -5172654 or 5378737. OLE color: 5378737.

HSL color Cylindrical-coordinate representation of color #B11252: hue angle of 335.85º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11252 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1771882-
CMYK00.900.540.31
HSL335.85º81.54%38.24%-
HSV(B)335.85º89.83%69.41%-
XYZ19.8710.398.94-
YUV72.84133.18202.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=63.90%
G=6.50%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177188200.900.540.31335.8581.5438.24
HexB1125205A361F1505226
Octal261221220132663752012246
Binary1011000110010101001001011010110110111111010100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11252; }

 p { color: rgb(177,18,82); }

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

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

 a { background-color: rgb(177,18,82); }

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

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

 span { border-color: rgb(177,18,82); }

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