#B01D53

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

Shades of Jazzberry Jam #B01D53

Tints of Jazzberry Jam #B01D53

Color information

#B01D53 (or 0xB01D53) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1D and 53. RGB value is (176,29,83). Sum of RGB (Red+Green+Blue) = 176+29+83=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01D53 is #4FE2AC. Grayscale: #4F4F4F. Windows color (decimal): -5235373 or 5447088. OLE color: 5447088.

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

Color convert

RGB1762983-
CMYK00.840.530.31
HSL337.96º71.71%40.2%-
HSV(B)337.96º83.52%69.02%-
XYZ19.9110.739.21-
YUV79.11130.2197.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=61.11%
G=10.07%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176298300.840.530.31337.9671.7140.2
HexB01D53054351F1524828
Octal260351230124653752211050
Binary1011000011101101001101010100110101111111010100101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01D53; }

 p { color: rgb(176,29,83); }

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

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

 a { background-color: rgb(176,29,83); }

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

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

 span { border-color: rgb(176,29,83); }

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