#B01E58

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

Shades of Jazzberry Jam #B01E58

Tints of Jazzberry Jam #B01E58

Color information

#B01E58 (or 0xB01E58) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1E and 58. RGB value is (176,30,88). Sum of RGB (Red+Green+Blue) = 176+30+88=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01E58 is #4FE1A7. Grayscale: #505050. Windows color (decimal): -5235112 or 5775024. OLE color: 5775024.

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

Color convert

RGB1763088-
CMYK00.830.500.31
HSL336.16º70.87%40.39%-
HSV(B)336.16º82.95%69.02%-
XYZ20.1310.8610.27-
YUV80.27132.37196.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 30 (12.11% from 255) = 10.20%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=59.86%
G=10.20%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176308800.830.500.31336.1670.8740.39
HexB01E58053321F1504728
Octal260361300123623752010750
Binary1011000011110101100001010011110010111111010100001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01E58; }

 p { color: rgb(176,30,88); }

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

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

 a { background-color: rgb(176,30,88); }

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

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

 span { border-color: rgb(176,30,88); }

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