#B11270

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

Shades of Jazzberry Jam #B11270

Tints of Jazzberry Jam #B11270

Color information

#B11270 (or 0xB11270) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 12 and 70. RGB value is (177,18,112). Sum of RGB (Red+Green+Blue) = 177+18+112=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B11270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11270 is #4EED8F. Grayscale: #4C4C4C. Windows color (decimal): -5172624 or 7344817. OLE color: 7344817.

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

Color convert

RGB17718112-
CMYK00.900.370.31
HSL324.53º81.54%38.24%-
HSV(B)324.53º89.83%69.41%-
XYZ21.2710.9516.32-
YUV76.26148.18199.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 18 (7.42% from 255) = 5.86%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=57.65%
G=5.86%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771811200.900.370.31324.5381.5438.24
HexB1127005A251F1455226
Octal261221600132453750512246
Binary1011000110010111000001011010100101111111010001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11270; }

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

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

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

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

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

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

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

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