#B01173

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

Shades of Jazzberry Jam #B01173

Tints of Jazzberry Jam #B01173

Color information

#B01173 (or 0xB01173) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 11 and 73. RGB value is (176,17,115). Sum of RGB (Red+Green+Blue) = 176+17+115=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B01173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01173 is #4FEE8C. Grayscale: #4B4B4B. Windows color (decimal): -5238413 or 7541168. OLE color: 7541168.

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

Color convert

RGB17617115-
CMYK00.900.350.31
HSL323.02º82.38%37.84%-
HSV(B)323.02º90.34%69.02%-
XYZ21.210.8717.2-
YUV75.71150.18199.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.14%
GREEN value IS 17 (7.03% from 255) = 5.52%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=57.14%
G=5.52%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761711500.900.350.31323.0282.3837.84
HexB0117305A231F1435226
Octal260211630132433750312246
Binary1011000010001111001101011010100011111111010000111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01173; }

 p { color: rgb(176,17,115); }

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

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

 a { background-color: rgb(176,17,115); }

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

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

 span { border-color: rgb(176,17,115); }

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