Shades of Jazzberry Jam #B00246
Tints of Jazzberry Jam #B00246
RGB
CMYK
RGB Variations
Color information
#B00246 (or 0xB00246) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 46. RGB value is (176,2,70). Sum of RGB (Red+Green+Blue) = 176+2+70=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00246 is #4FFDB9. Grayscale: #3D3D3D. Windows color (decimal): -5242298 or 4588208. OLE color: 4588208.
HSL color Cylindrical-coordinate representation of color #B00246: hue angle of 336.55º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00246 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.31 |
| HSL | 336.55º | 0.98% | 0.35% | - |
| HSV(B) | 336.55º | 0.99% | 0.69% | - |
| XYZ | 19.03 | 9.72 | 6.67 | - |
| YUV | 61.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 70 | 0 | 0.99 | 0.60 | 0.31 | 336.55 | 0.98 | 0.35 |
| Hex | B0 | 2 | 46 | 0 | 63 | 3C | 1F | 151 | 62 | 23 |
| Octal | 260 | 2 | 106 | 0 | 143 | 74 | 37 | 521 | 142 | 43 |
| Binary | 10110000 | 10 | 1000110 | 0 | 1100011 | 111100 | 11111 | 101010001 | 1100010 | 100011 |
Color Harmonies of #B00246
Complementary color
Monochromatic Colors of #B00246
Black with #B00246
Text Example
Text Example
White with #B00246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00246; }
p { color: rgb(176,2,70); }
H1.HeaderClassName
{
color: #B00246;
}
.AnyTagClassName
{
color: #B00246;
}
</style>
background-color css
<style>
a { background-color: #B00246; }
a { background-color: rgb(176,2,70); }
div.DivClassName
{
background-color: #B00246;
}
.BgClassName
{
background-color: #B00246;
}
</style>
border-color css
<style>
span { border-color: #B00246; }
span { border-color: rgb(176,2,70); }
td.TdClassName
{
border-color: #B00246;
}
.TagClassName
{
border-color: #B00246;
}
</style>