Shades of Jazzberry Jam #B40A70
Tints of Jazzberry Jam #B40A70
RGB
CMYK
RGB Variations
Color information
#B40A70 (or 0xB40A70) is known color: Jazzberry Jam. HEX triplet: B4, 0A and 70. RGB value is (180,10,112). Sum of RGB (Red+Green+Blue) = 180+10+112=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40A70 is #4BF58F. Grayscale: #484848. Windows color (decimal): -4978064 or 7342772. OLE color: 7342772.
HSL color Cylindrical-coordinate representation of color #B40A70: hue angle of 324º 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 #B40A70 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.29 |
| HSL | 324º | 0.89% | 0.37% | - |
| HSV(B) | 324º | 0.94% | 0.71% | - |
| XYZ | 21.86 | 11.09 | 16.32 | - |
| YUV | 72.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 112 | 0 | 0.94 | 0.38 | 0.29 | 324 | 0.89 | 0.37 |
| Hex | B4 | A | 70 | 0 | 5E | 26 | 1D | 144 | 59 | 25 |
| Octal | 264 | 12 | 160 | 0 | 136 | 46 | 35 | 504 | 131 | 45 |
| Binary | 10110100 | 1010 | 1110000 | 0 | 1011110 | 100110 | 11101 | 101000100 | 1011001 | 100101 |
Color Harmonies of #B40A70
Complementary color
Monochromatic Colors of #B40A70
Black with #B40A70
Text Example
Text Example
White with #B40A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A70; }
p { color: rgb(180,10,112); }
H1.HeaderClassName
{
color: #B40A70;
}
.AnyTagClassName
{
color: #B40A70;
}
</style>
background-color css
<style>
a { background-color: #B40A70; }
a { background-color: rgb(180,10,112); }
div.DivClassName
{
background-color: #B40A70;
}
.BgClassName
{
background-color: #B40A70;
}
</style>
border-color css
<style>
span { border-color: #B40A70; }
span { border-color: rgb(180,10,112); }
td.TdClassName
{
border-color: #B40A70;
}
.TagClassName
{
border-color: #B40A70;
}
</style>