Shades of Jazzberry Jam #B00151
Tints of Jazzberry Jam #B00151
RGB
CMYK
RGB Variations
Color information
#B00151 (or 0xB00151) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 51. RGB value is (176,1,81). Sum of RGB (Red+Green+Blue) = 176+1+81=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B00151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00151 is #4FFEAE. Grayscale: #3E3E3E. Windows color (decimal): -5242543 or 5308848. OLE color: 5308848.
HSL color Cylindrical-coordinate representation of color #B00151: hue angle of 332.57º degrees, saturation: 0.99, 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 #B00151 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.31 |
| HSL | 332.57º | 0.99% | 0.35% | - |
| HSV(B) | 332.57º | 0.99% | 0.69% | - |
| XYZ | 19.4 | 9.85 | 8.66 | - |
| YUV | 62.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 81 | 0 | 0.99 | 0.54 | 0.31 | 332.57 | 0.99 | 0.35 |
| Hex | B0 | 1 | 51 | 0 | 63 | 36 | 1F | 14D | 63 | 23 |
| Octal | 260 | 1 | 121 | 0 | 143 | 66 | 37 | 515 | 143 | 43 |
| Binary | 10110000 | 1 | 1010001 | 0 | 1100011 | 110110 | 11111 | 101001101 | 1100011 | 100011 |
Color Harmonies of #B00151
Complementary color
Monochromatic Colors of #B00151
Black with #B00151
Text Example
Text Example
White with #B00151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00151; }
p { color: rgb(176,1,81); }
H1.HeaderClassName
{
color: #B00151;
}
.AnyTagClassName
{
color: #B00151;
}
</style>
background-color css
<style>
a { background-color: #B00151; }
a { background-color: rgb(176,1,81); }
div.DivClassName
{
background-color: #B00151;
}
.BgClassName
{
background-color: #B00151;
}
</style>
border-color css
<style>
span { border-color: #B00151; }
span { border-color: rgb(176,1,81); }
td.TdClassName
{
border-color: #B00151;
}
.TagClassName
{
border-color: #B00151;
}
</style>