#B11253

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

Shades of Jazzberry Jam #B11253

Tints of Jazzberry Jam #B11253

Color information

#B11253 (or 0xB11253) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 12 and 53. RGB value is (177,18,83). Sum of RGB (Red+Green+Blue) = 177+18+83=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B11253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11253 is #4EEDAC. Grayscale: #484848. Windows color (decimal): -5172653 or 5444273. OLE color: 5444273.

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

Color convert

RGB1771883-
CMYK00.900.530.31
HSL335.47º81.54%38.24%-
HSV(B)335.47º89.83%69.41%-
XYZ19.9110.49.14-
YUV72.95133.68202.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=63.67%
G=6.47%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177188300.900.530.31335.4781.5438.24
HexB1125305A351F14f5226
Octal261221230132653751712246
Binary1011000110010101001101011010110101111111010011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11253; }

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

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

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

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

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

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

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

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