Shades of Jazzberry Jam #B40254
Tints of Jazzberry Jam #B40254
RGB
CMYK
RGB Variations
Color information
#B40254 (or 0xB40254) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 54. RGB value is (180,2,84). Sum of RGB (Red+Green+Blue) = 180+2+84=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B40254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40254 is #4BFDAB. Grayscale: #404040. Windows color (decimal): -4980140 or 5505716. OLE color: 5505716.
HSL color Cylindrical-coordinate representation of color #B40254: hue angle of 332.36º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40254 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.29 |
| HSL | 332.36º | 0.98% | 0.36% | - |
| HSV(B) | 332.36º | 0.99% | 0.71% | - |
| XYZ | 20.44 | 10.39 | 9.31 | - |
| YUV | 64.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 84 | 0 | 0.99 | 0.53 | 0.29 | 332.36 | 0.98 | 0.36 |
| Hex | B4 | 2 | 54 | 0 | 63 | 35 | 1D | 14C | 62 | 24 |
| Octal | 264 | 2 | 124 | 0 | 143 | 65 | 35 | 514 | 142 | 44 |
| Binary | 10110100 | 10 | 1010100 | 0 | 1100011 | 110101 | 11101 | 101001100 | 1100010 | 100100 |
Color Harmonies of #B40254
Complementary color
Monochromatic Colors of #B40254
Black with #B40254
Text Example
Text Example
White with #B40254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40254; }
p { color: rgb(180,2,84); }
H1.HeaderClassName
{
color: #B40254;
}
.AnyTagClassName
{
color: #B40254;
}
</style>
background-color css
<style>
a { background-color: #B40254; }
a { background-color: rgb(180,2,84); }
div.DivClassName
{
background-color: #B40254;
}
.BgClassName
{
background-color: #B40254;
}
</style>
border-color css
<style>
span { border-color: #B40254; }
span { border-color: rgb(180,2,84); }
td.TdClassName
{
border-color: #B40254;
}
.TagClassName
{
border-color: #B40254;
}
</style>