#B11271

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

Shades of Jazzberry Jam #B11271

Tints of Jazzberry Jam #B11271

Color information

#B11271 (or 0xB11271) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 12 and 71. RGB value is (177,18,113). Sum of RGB (Red+Green+Blue) = 177+18+113=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B11271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11271 is #4EED8E. Grayscale: #4C4C4C. Windows color (decimal): -5172623 or 7410353. OLE color: 7410353.

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

Color convert

RGB17718113-
CMYK00.900.360.31
HSL324.15º81.54%38.24%-
HSV(B)324.15º89.83%69.41%-
XYZ21.3310.9716.62-
YUV76.37148.68199.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=57.47%
G=5.84%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771811300.900.360.31324.1581.5438.24
HexB1127105A241F1445226
Octal261221610132443750412246
Binary1011000110010111000101011010100100111111010001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11271; }

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

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

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

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

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

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

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

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