#B01C54

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

Shades of Jazzberry Jam #B01C54

Tints of Jazzberry Jam #B01C54

Color information

#B01C54 (or 0xB01C54) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1C and 54. RGB value is (176,28,84). Sum of RGB (Red+Green+Blue) = 176+28+84=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C54 is #4FE3AB. Grayscale: #4E4E4E. Windows color (decimal): -5235628 or 5512368. OLE color: 5512368.

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

Color convert

RGB1762884-
CMYK00.840.520.31
HSL337.3º72.55%40%-
HSV(B)337.3º84.09%69.02%-
XYZ19.9210.79.4-
YUV78.64131.03197.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=61.11%
G=9.72%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176288400.840.520.31337.372.5540
HexB01C54054341F1514928
Octal260341240124643752111150
Binary1011000011100101010001010100110100111111010100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C54; }

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

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

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

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

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

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

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

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