#B40A72

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

Shades of Jazzberry Jam #B40A72

Tints of Jazzberry Jam #B40A72

Color information

#B40A72 (or 0xB40A72) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0A and 72. RGB value is (180,10,114). Sum of RGB (Red+Green+Blue) = 180+10+114=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40A72 is #4BF58D. Grayscale: #484848. Windows color (decimal): -4978062 or 7473844. OLE color: 7473844.

HSL color Cylindrical-coordinate representation of color #B40A72: hue angle of 323.29º 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 #B40A72 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18010114-
CMYK00.940.370.29
HSL323.29º89.47%37.25%-
HSV(B)323.29º94.44%70.59%-
XYZ21.9711.1416.91-
YUV72.69151.32204.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 10 (4.30% from 255) = 3.29%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=59.21%
G=3.29%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801011400.940.370.29323.2989.4737.25
HexB4A7205E251D1435925
Octal264121620136453550313145
Binary101101001010111001001011110100101111011010000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A72; }

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

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

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

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

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

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

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

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