Shades of Jazzberry Jam #B40370
Tints of Jazzberry Jam #B40370
RGB
CMYK
RGB Variations
Color information
#B40370 (or 0xB40370) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 70. RGB value is (180,3,112). Sum of RGB (Red+Green+Blue) = 180+3+112=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B40370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40370 is #4BFC8F. Grayscale: #444444. Windows color (decimal): -4979856 or 7340980. OLE color: 7340980.
HSL color Cylindrical-coordinate representation of color #B40370: hue angle of 323.05º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40370 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 112 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.29 |
| HSL | 323.05º | 0.97% | 0.36% | - |
| HSV(B) | 323.05º | 0.98% | 0.71% | - |
| XYZ | 21.78 | 10.94 | 16.29 | - |
| YUV | 68.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 112 | 0 | 0.98 | 0.38 | 0.29 | 323.05 | 0.97 | 0.36 |
| Hex | B4 | 3 | 70 | 0 | 62 | 26 | 1D | 143 | 61 | 24 |
| Octal | 264 | 3 | 160 | 0 | 142 | 46 | 35 | 503 | 141 | 44 |
| Binary | 10110100 | 11 | 1110000 | 0 | 1100010 | 100110 | 11101 | 101000011 | 1100001 | 100100 |
Color Harmonies of #B40370
Complementary color
Monochromatic Colors of #B40370
Black with #B40370
Text Example
Text Example
White with #B40370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40370; }
p { color: rgb(180,3,112); }
H1.HeaderClassName
{
color: #B40370;
}
.AnyTagClassName
{
color: #B40370;
}
</style>
background-color css
<style>
a { background-color: #B40370; }
a { background-color: rgb(180,3,112); }
div.DivClassName
{
background-color: #B40370;
}
.BgClassName
{
background-color: #B40370;
}
</style>
border-color css
<style>
span { border-color: #B40370; }
span { border-color: rgb(180,3,112); }
td.TdClassName
{
border-color: #B40370;
}
.TagClassName
{
border-color: #B40370;
}
</style>