#B01C5F

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

Shades of Jazzberry Jam #B01C5F

Tints of Jazzberry Jam #B01C5F

Color information

#B01C5F (or 0xB01C5F) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1C and 5F. RGB value is (176,28,95). Sum of RGB (Red+Green+Blue) = 176+28+95=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C5F is #4FE3A0. Grayscale: #4F4F4F. Windows color (decimal): -5235617 or 6233264. OLE color: 6233264.

HSL color Cylindrical-coordinate representation of color #B01C5F: hue angle of 332.84º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C5F is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1762895-
CMYK00.840.460.31
HSL332.84º72.55%40%-
HSV(B)332.84º84.09%69.02%-
XYZ20.3910.8911.85-
YUV79.89136.53196.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.86%
GREEN value IS 28 (11.33% from 255) = 9.36%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=58.86%
G=9.36%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176289500.840.460.31332.8472.5540
HexB01C5F0542E1F14d4928
Octal260341370124563751511150
Binary1011000011100101111101010100101110111111010011011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C5F; }

 p { color: rgb(176,28,95); }

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

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

 a { background-color: rgb(176,28,95); }

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

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

 span { border-color: rgb(176,28,95); }

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