#B01C5E

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

Shades of Jazzberry Jam #B01C5E

Tints of Jazzberry Jam #B01C5E

Color information

#B01C5E (or 0xB01C5E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1C and 5E. RGB value is (176,28,94). Sum of RGB (Red+Green+Blue) = 176+28+94=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C5E is #4FE3A1. Grayscale: #4F4F4F. Windows color (decimal): -5235618 or 6167728. OLE color: 6167728.

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

Color convert

RGB1762894-
CMYK00.840.470.31
HSL333.24º72.55%40%-
HSV(B)333.24º84.09%69.02%-
XYZ20.3410.8711.62-
YUV79.78136.03196.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=59.06%
G=9.40%
B=31.54%

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
Decimal176289400.840.470.31333.2472.5540
HexB01C5E0542F1F14d4928
Octal260341360124573751511150
Binary1011000011100101111001010100101111111111010011011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C5E; }

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

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

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

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

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

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

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

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