Shades of Jazzberry Jam #B00249
Tints of Jazzberry Jam #B00249
RGB
CMYK
RGB Variations
Color information
#B00249 (or 0xB00249) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 49. RGB value is (176,2,73). Sum of RGB (Red+Green+Blue) = 176+2+73=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B00249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00249 is #4FFDB6. Grayscale: #3E3E3E. Windows color (decimal): -5242295 or 4784816. OLE color: 4784816.
HSL color Cylindrical-coordinate representation of color #B00249: hue angle of 335.52º 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 #B00249 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.31 |
| HSL | 335.52º | 0.98% | 0.35% | - |
| HSV(B) | 335.52º | 0.99% | 0.69% | - |
| XYZ | 19.13 | 9.75 | 7.18 | - |
| YUV | 62.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 73 | 0 | 0.99 | 0.59 | 0.31 | 335.52 | 0.98 | 0.35 |
| Hex | B0 | 2 | 49 | 0 | 63 | 3B | 1F | 150 | 62 | 23 |
| Octal | 260 | 2 | 111 | 0 | 143 | 73 | 37 | 520 | 142 | 43 |
| Binary | 10110000 | 10 | 1001001 | 0 | 1100011 | 111011 | 11111 | 101010000 | 1100010 | 100011 |
Color Harmonies of #B00249
Complementary color
Monochromatic Colors of #B00249
Black with #B00249
Text Example
Text Example
White with #B00249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00249; }
p { color: rgb(176,2,73); }
H1.HeaderClassName
{
color: #B00249;
}
.AnyTagClassName
{
color: #B00249;
}
</style>
background-color css
<style>
a { background-color: #B00249; }
a { background-color: rgb(176,2,73); }
div.DivClassName
{
background-color: #B00249;
}
.BgClassName
{
background-color: #B00249;
}
</style>
border-color css
<style>
span { border-color: #B00249; }
span { border-color: rgb(176,2,73); }
td.TdClassName
{
border-color: #B00249;
}
.TagClassName
{
border-color: #B00249;
}
</style>