#B01670

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

Shades of Jazzberry Jam #B01670

Tints of Jazzberry Jam #B01670

Color information

#B01670 (or 0xB01670) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 16 and 70. RGB value is (176,22,112). Sum of RGB (Red+Green+Blue) = 176+22+112=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B01670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01670 is #4FE98F. Grayscale: #4E4E4E. Windows color (decimal): -5237136 or 7345840. OLE color: 7345840.

HSL color Cylindrical-coordinate representation of color #B01670: hue angle of 324.94º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01670 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17622112-
CMYK00.880.360.31
HSL324.94º77.78%38.82%-
HSV(B)324.94º87.5%69.02%-
XYZ21.1210.9716.33-
YUV78.31147.02197.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.77%
GREEN value IS 22 (8.98% from 255) = 7.10%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=56.77%
G=7.10%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762211200.880.360.31324.9477.7838.82
HexB01670058241F1454e27
Octal260261600130443750511647
Binary1011000010110111000001011000100100111111010001011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01670; }

 p { color: rgb(176,22,112); }

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

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

 a { background-color: rgb(176,22,112); }

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

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

 span { border-color: rgb(176,22,112); }

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