Shades of Jazzberry Jam #B01652
Tints of Jazzberry Jam #B01652
RGB
CMYK
RGB Variations
Color information
#B01652 (or 0xB01652) is known color: Jazzberry Jam. HEX triplet: B0, 16 and 52. RGB value is (176,22,82). Sum of RGB (Red+Green+Blue) = 176+22+82=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B01652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01652 is #4FE9AD. Grayscale: #4A4A4A. Windows color (decimal): -5237166 or 5379760. OLE color: 5379760.
HSL color Cylindrical-coordinate representation of color #B01652: hue angle of 336.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01652 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 82 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.31 |
| HSL | 336.62º | 0.78% | 0.39% | - |
| HSV(B) | 336.62º | 0.88% | 0.69% | - |
| XYZ | 19.71 | 10.41 | 8.95 | - |
| YUV | 74.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 82 | 0 | 0.88 | 0.53 | 0.31 | 336.62 | 0.78 | 0.39 |
| Hex | B0 | 16 | 52 | 0 | 58 | 35 | 1F | 151 | 4E | 27 |
| Octal | 260 | 26 | 122 | 0 | 130 | 65 | 37 | 521 | 116 | 47 |
| Binary | 10110000 | 10110 | 1010010 | 0 | 1011000 | 110101 | 11111 | 101010001 | 1001110 | 100111 |
Color Harmonies of #B01652
Complementary color
Monochromatic Colors of #B01652
Black with #B01652
Text Example
Text Example
White with #B01652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01652; }
p { color: rgb(176,22,82); }
H1.HeaderClassName
{
color: #B01652;
}
.AnyTagClassName
{
color: #B01652;
}
</style>
background-color css
<style>
a { background-color: #B01652; }
a { background-color: rgb(176,22,82); }
div.DivClassName
{
background-color: #B01652;
}
.BgClassName
{
background-color: #B01652;
}
</style>
border-color css
<style>
span { border-color: #B01652; }
span { border-color: rgb(176,22,82); }
td.TdClassName
{
border-color: #B01652;
}
.TagClassName
{
border-color: #B01652;
}
</style>