#B01A73

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

Shades of Jazzberry Jam #B01A73

Tints of Jazzberry Jam #B01A73

Color information

#B01A73 (or 0xB01A73) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 1A and 73. RGB value is (176,26,115). Sum of RGB (Red+Green+Blue) = 176+26+115=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01A73 is #4FE58C. Grayscale: #505050. Windows color (decimal): -5236109 or 7543472. OLE color: 7543472.

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

Color convert

RGB17626115-
CMYK00.850.350.31
HSL324.4º74.26%39.61%-
HSV(B)324.4º85.23%69.02%-
XYZ21.3711.2117.26-
YUV81147.2195.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 26 (10.55% from 255) = 8.20%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=55.52%
G=8.20%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762611500.850.350.31324.474.2639.61
HexB01A73055231F1444a28
Octal260321630125433750411250
Binary1011000011010111001101010101100011111111010001001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A73; }

 p { color: rgb(176,26,115); }

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

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

 a { background-color: rgb(176,26,115); }

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

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

 span { border-color: rgb(176,26,115); }

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