Shades of Jazzberry Jam #AB0B49
Tints of Jazzberry Jam #AB0B49
RGB
CMYK
RGB Variations
Color information
#AB0B49 (or 0xAB0B49) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 49. RGB value is (171,11,73). Sum of RGB (Red+Green+Blue) = 171+11+73=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B49 is #54F4B6. Grayscale: #414141. Windows color (decimal): -5567671 or 4787115. OLE color: 4787115.
HSL color Cylindrical-coordinate representation of color #AB0B49: hue angle of 336.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B49 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 73 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.33 |
| HSL | 336.75º | 0.88% | 0.36% | - |
| HSV(B) | 336.75º | 0.94% | 0.67% | - |
| XYZ | 18.12 | 9.38 | 7.16 | - |
| YUV | 65.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 73 | 0 | 0.94 | 0.57 | 0.33 | 336.75 | 0.88 | 0.36 |
| Hex | AB | B | 49 | 0 | 5E | 39 | 21 | 151 | 58 | 24 |
| Octal | 253 | 13 | 111 | 0 | 136 | 71 | 41 | 521 | 130 | 44 |
| Binary | 10101011 | 1011 | 1001001 | 0 | 1011110 | 111001 | 100001 | 101010001 | 1011000 | 100100 |
Color Harmonies of #AB0B49
Complementary color
Monochromatic Colors of #AB0B49
Black with #AB0B49
Text Example
Text Example
White with #AB0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B49; }
p { color: rgb(171,11,73); }
H1.HeaderClassName
{
color: #AB0B49;
}
.AnyTagClassName
{
color: #AB0B49;
}
</style>
background-color css
<style>
a { background-color: #AB0B49; }
a { background-color: rgb(171,11,73); }
div.DivClassName
{
background-color: #AB0B49;
}
.BgClassName
{
background-color: #AB0B49;
}
</style>
border-color css
<style>
span { border-color: #AB0B49; }
span { border-color: rgb(171,11,73); }
td.TdClassName
{
border-color: #AB0B49;
}
.TagClassName
{
border-color: #AB0B49;
}
</style>