Shades of Jazzberry Jam #B40762
Tints of Jazzberry Jam #B40762
RGB
CMYK
RGB Variations
Color information
#B40762 (or 0xB40762) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 62. RGB value is (180,7,98). Sum of RGB (Red+Green+Blue) = 180+7+98=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B40762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40762 is #4BF89D. Grayscale: #444444. Windows color (decimal): -4978846 or 6424500. OLE color: 6424500.
HSL color Cylindrical-coordinate representation of color #B40762: hue angle of 328.44º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40762 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 98 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.29 |
| HSL | 328.44º | 0.93% | 0.37% | - |
| HSV(B) | 328.44º | 0.96% | 0.71% | - |
| XYZ | 21.1 | 10.74 | 12.52 | - |
| YUV | 69.1 | 144.31 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 98 | 0 | 0.96 | 0.46 | 0.29 | 328.44 | 0.93 | 0.37 |
| Hex | B4 | 7 | 62 | 0 | 60 | 2E | 1D | 148 | 5D | 25 |
| Octal | 264 | 7 | 142 | 0 | 140 | 56 | 35 | 510 | 135 | 45 |
| Binary | 10110100 | 111 | 1100010 | 0 | 1100000 | 101110 | 11101 | 101001000 | 1011101 | 100101 |
Color Harmonies of #B40762
Complementary color
Monochromatic Colors of #B40762
Black with #B40762
Text Example
Text Example
White with #B40762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40762; }
p { color: rgb(180,7,98); }
H1.HeaderClassName
{
color: #B40762;
}
.AnyTagClassName
{
color: #B40762;
}
</style>
background-color css
<style>
a { background-color: #B40762; }
a { background-color: rgb(180,7,98); }
div.DivClassName
{
background-color: #B40762;
}
.BgClassName
{
background-color: #B40762;
}
</style>
border-color css
<style>
span { border-color: #B40762; }
span { border-color: rgb(180,7,98); }
td.TdClassName
{
border-color: #B40762;
}
.TagClassName
{
border-color: #B40762;
}
</style>