#B01C5D

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

Shades of Jazzberry Jam #B01C5D

Tints of Jazzberry Jam #B01C5D

Color information

#B01C5D (or 0xB01C5D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1C and 5D. RGB value is (176,28,93). Sum of RGB (Red+Green+Blue) = 176+28+93=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C5D is #4FE3A2. Grayscale: #4F4F4F. Windows color (decimal): -5235619 or 6102192. OLE color: 6102192.

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

Color convert

RGB1762893-
CMYK00.840.470.31
HSL333.65º72.55%40%-
HSV(B)333.65º84.09%69.02%-
XYZ20.310.8511.38-
YUV79.66135.53196.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.26%
GREEN value IS 28 (11.33% from 255) = 9.43%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=59.26%
G=9.43%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176289300.840.470.31333.6572.5540
HexB01C5D0542F1F14e4928
Octal260341350124573751611150
Binary1011000011100101110101010100101111111111010011101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C5D; }

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

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

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

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

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

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

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

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