#B40A73

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

Shades of Jazzberry Jam #B40A73

Tints of Jazzberry Jam #B40A73

Color information

#B40A73 (or 0xB40A73) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0A and 73. RGB value is (180,10,115). Sum of RGB (Red+Green+Blue) = 180+10+115=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40A73 is #4BF58C. Grayscale: #484848. Windows color (decimal): -4978061 or 7539380. OLE color: 7539380.

HSL color Cylindrical-coordinate representation of color #B40A73: hue angle of 322.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A73 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18010115-
CMYK00.940.360.29
HSL322.94º89.47%37.25%-
HSV(B)322.94º94.44%70.59%-
XYZ22.0311.1617.21-
YUV72.8151.82204.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=59.02%
G=3.28%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801011500.940.360.29322.9489.4737.25
HexB4A7305E241D1435925
Octal264121630136443550313145
Binary101101001010111001101011110100100111011010000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A73; }

 p { color: rgb(180,10,115); }

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

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

 a { background-color: rgb(180,10,115); }

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

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

 span { border-color: rgb(180,10,115); }

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