Shades of Jazzberry Jam #B00153
Tints of Jazzberry Jam #B00153
RGB
CMYK
RGB Variations
Color information
#B00153 (or 0xB00153) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 53. RGB value is (176,1,83). Sum of RGB (Red+Green+Blue) = 176+1+83=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B00153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00153 is #4FFEAC. Grayscale: #3E3E3E. Windows color (decimal): -5242541 or 5439920. OLE color: 5439920.
HSL color Cylindrical-coordinate representation of color #B00153: hue angle of 331.89º 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 #B00153 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.31 |
| HSL | 331.89º | 0.99% | 0.35% | - |
| HSV(B) | 331.89º | 0.99% | 0.69% | - |
| XYZ | 19.48 | 9.88 | 9.06 | - |
| YUV | 62.67 | 139.48 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 83 | 0 | 0.99 | 0.53 | 0.31 | 331.89 | 0.99 | 0.35 |
| Hex | B0 | 1 | 53 | 0 | 63 | 35 | 1F | 14C | 63 | 23 |
| Octal | 260 | 1 | 123 | 0 | 143 | 65 | 37 | 514 | 143 | 43 |
| Binary | 10110000 | 1 | 1010011 | 0 | 1100011 | 110101 | 11111 | 101001100 | 1100011 | 100011 |
Color Harmonies of #B00153
Complementary color
Monochromatic Colors of #B00153
Black with #B00153
Text Example
Text Example
White with #B00153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00153; }
p { color: rgb(176,1,83); }
H1.HeaderClassName
{
color: #B00153;
}
.AnyTagClassName
{
color: #B00153;
}
</style>
background-color css
<style>
a { background-color: #B00153; }
a { background-color: rgb(176,1,83); }
div.DivClassName
{
background-color: #B00153;
}
.BgClassName
{
background-color: #B00153;
}
</style>
border-color css
<style>
span { border-color: #B00153; }
span { border-color: rgb(176,1,83); }
td.TdClassName
{
border-color: #B00153;
}
.TagClassName
{
border-color: #B00153;
}
</style>