Shades of Jazzberry Jam #B00154
Tints of Jazzberry Jam #B00154
RGB
CMYK
RGB Variations
Color information
#B00154 (or 0xB00154) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 54. RGB value is (176,1,84). Sum of RGB (Red+Green+Blue) = 176+1+84=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B00154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00154 is #4FFEAB. Grayscale: #3E3E3E. Windows color (decimal): -5242540 or 5505456. OLE color: 5505456.
HSL color Cylindrical-coordinate representation of color #B00154: hue angle of 331.54º 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 #B00154 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.31 |
| HSL | 331.54º | 0.99% | 0.35% | - |
| HSV(B) | 331.54º | 0.99% | 0.69% | - |
| XYZ | 19.52 | 9.89 | 9.27 | - |
| YUV | 62.79 | 139.98 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 84 | 0 | 0.99 | 0.52 | 0.31 | 331.54 | 0.99 | 0.35 |
| Hex | B0 | 1 | 54 | 0 | 63 | 34 | 1F | 14C | 63 | 23 |
| Octal | 260 | 1 | 124 | 0 | 143 | 64 | 37 | 514 | 143 | 43 |
| Binary | 10110000 | 1 | 1010100 | 0 | 1100011 | 110100 | 11111 | 101001100 | 1100011 | 100011 |
Color Harmonies of #B00154
Complementary color
Monochromatic Colors of #B00154
Black with #B00154
Text Example
Text Example
White with #B00154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00154; }
p { color: rgb(176,1,84); }
H1.HeaderClassName
{
color: #B00154;
}
.AnyTagClassName
{
color: #B00154;
}
</style>
background-color css
<style>
a { background-color: #B00154; }
a { background-color: rgb(176,1,84); }
div.DivClassName
{
background-color: #B00154;
}
.BgClassName
{
background-color: #B00154;
}
</style>
border-color css
<style>
span { border-color: #B00154; }
span { border-color: rgb(176,1,84); }
td.TdClassName
{
border-color: #B00154;
}
.TagClassName
{
border-color: #B00154;
}
</style>