Shades of Jazzberry Jam #B00250
Tints of Jazzberry Jam #B00250
RGB
CMYK
RGB Variations
Color information
#B00250 (or 0xB00250) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 50. RGB value is (176,2,80). Sum of RGB (Red+Green+Blue) = 176+2+80=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B00250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00250 is #4FFDAF. Grayscale: #3E3E3E. Windows color (decimal): -5242288 or 5243568. OLE color: 5243568.
HSL color Cylindrical-coordinate representation of color #B00250: hue angle of 333.1º 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 #B00250 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.31 |
| HSL | 333.1º | 0.98% | 0.35% | - |
| HSV(B) | 333.1º | 0.99% | 0.69% | - |
| XYZ | 19.37 | 9.85 | 8.47 | - |
| YUV | 62.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 80 | 0 | 0.99 | 0.55 | 0.31 | 333.1 | 0.98 | 0.35 |
| Hex | B0 | 2 | 50 | 0 | 63 | 37 | 1F | 14D | 62 | 23 |
| Octal | 260 | 2 | 120 | 0 | 143 | 67 | 37 | 515 | 142 | 43 |
| Binary | 10110000 | 10 | 1010000 | 0 | 1100011 | 110111 | 11111 | 101001101 | 1100010 | 100011 |
Color Harmonies of #B00250
Complementary color
Monochromatic Colors of #B00250
Black with #B00250
Text Example
Text Example
White with #B00250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00250; }
p { color: rgb(176,2,80); }
H1.HeaderClassName
{
color: #B00250;
}
.AnyTagClassName
{
color: #B00250;
}
</style>
background-color css
<style>
a { background-color: #B00250; }
a { background-color: rgb(176,2,80); }
div.DivClassName
{
background-color: #B00250;
}
.BgClassName
{
background-color: #B00250;
}
</style>
border-color css
<style>
span { border-color: #B00250; }
span { border-color: rgb(176,2,80); }
td.TdClassName
{
border-color: #B00250;
}
.TagClassName
{
border-color: #B00250;
}
</style>