#B01571

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

Shades of Jazzberry Jam #B01571

Tints of Jazzberry Jam #B01571

Color information

#B01571 (or 0xB01571) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 15 and 71. RGB value is (176,21,113). Sum of RGB (Red+Green+Blue) = 176+21+113=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B01571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01571 is #4FEA8E. Grayscale: #4D4D4D. Windows color (decimal): -5237391 or 7411120. OLE color: 7411120.

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

Color convert

RGB17621113-
CMYK00.880.360.31
HSL324.39º78.68%38.63%-
HSV(B)324.39º88.07%69.02%-
XYZ21.1510.9616.62-
YUV77.83147.85198.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.77%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=56.77%
G=6.77%
B=36.45%

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
Decimal1762111300.880.360.31324.3978.6838.63
HexB01571058241F1444f27
Octal260251610130443750411747
Binary1011000010101111000101011000100100111111010001001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01571; }

 p { color: rgb(176,21,113); }

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

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

 a { background-color: rgb(176,21,113); }

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

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

 span { border-color: rgb(176,21,113); }

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