Shades of Jazzberry Jam #B00162
Tints of Jazzberry Jam #B00162
RGB
CMYK
RGB Variations
Color information
#B00162 (or 0xB00162) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 62. RGB value is (176,1,98). Sum of RGB (Red+Green+Blue) = 176+1+98=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B00162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00162 is #4FFE9D. Grayscale: #404040. Windows color (decimal): -5242526 or 6422960. OLE color: 6422960.
HSL color Cylindrical-coordinate representation of color #B00162: hue angle of 326.74º 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 #B00162 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.31 |
| HSL | 326.74º | 0.99% | 0.35% | - |
| HSV(B) | 326.74º | 0.99% | 0.69% | - |
| XYZ | 20.12 | 10.13 | 12.45 | - |
| YUV | 64.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 98 | 0 | 0.99 | 0.44 | 0.31 | 326.74 | 0.99 | 0.35 |
| Hex | B0 | 1 | 62 | 0 | 63 | 2C | 1F | 147 | 63 | 23 |
| Octal | 260 | 1 | 142 | 0 | 143 | 54 | 37 | 507 | 143 | 43 |
| Binary | 10110000 | 1 | 1100010 | 0 | 1100011 | 101100 | 11111 | 101000111 | 1100011 | 100011 |
Color Harmonies of #B00162
Complementary color
Monochromatic Colors of #B00162
Black with #B00162
Text Example
Text Example
White with #B00162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00162; }
p { color: rgb(176,1,98); }
H1.HeaderClassName
{
color: #B00162;
}
.AnyTagClassName
{
color: #B00162;
}
</style>
background-color css
<style>
a { background-color: #B00162; }
a { background-color: rgb(176,1,98); }
div.DivClassName
{
background-color: #B00162;
}
.BgClassName
{
background-color: #B00162;
}
</style>
border-color css
<style>
span { border-color: #B00162; }
span { border-color: rgb(176,1,98); }
td.TdClassName
{
border-color: #B00162;
}
.TagClassName
{
border-color: #B00162;
}
</style>