Shades of Jazzberry Jam #B00472
Tints of Jazzberry Jam #B00472
RGB
CMYK
RGB Variations
Color information
#B00472 (or 0xB00472) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 72. RGB value is (176,4,114). Sum of RGB (Red+Green+Blue) = 176+4+114=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B00472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00472 is #4FFB8D. Grayscale: #434343. Windows color (decimal): -5241742 or 7472304. OLE color: 7472304.
HSL color Cylindrical-coordinate representation of color #B00472: hue angle of 321.63º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00472 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.31 |
| HSL | 321.63º | 0.96% | 0.35% | - |
| HSV(B) | 321.63º | 0.98% | 0.69% | - |
| XYZ | 20.99 | 10.53 | 16.85 | - |
| YUV | 67.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 114 | 0 | 0.98 | 0.35 | 0.31 | 321.63 | 0.96 | 0.35 |
| Hex | B0 | 4 | 72 | 0 | 62 | 23 | 1F | 142 | 60 | 23 |
| Octal | 260 | 4 | 162 | 0 | 142 | 43 | 37 | 502 | 140 | 43 |
| Binary | 10110000 | 100 | 1110010 | 0 | 1100010 | 100011 | 11111 | 101000010 | 1100000 | 100011 |
Color Harmonies of #B00472
Complementary color
Monochromatic Colors of #B00472
Black with #B00472
Text Example
Text Example
White with #B00472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00472; }
p { color: rgb(176,4,114); }
H1.HeaderClassName
{
color: #B00472;
}
.AnyTagClassName
{
color: #B00472;
}
</style>
background-color css
<style>
a { background-color: #B00472; }
a { background-color: rgb(176,4,114); }
div.DivClassName
{
background-color: #B00472;
}
.BgClassName
{
background-color: #B00472;
}
</style>
border-color css
<style>
span { border-color: #B00472; }
span { border-color: rgb(176,4,114); }
td.TdClassName
{
border-color: #B00472;
}
.TagClassName
{
border-color: #B00472;
}
</style>