Shades of Jazzberry Jam #AB0B42
Tints of Jazzberry Jam #AB0B42
RGB
CMYK
RGB Variations
Color information
#AB0B42 (or 0xAB0B42) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 42. RGB value is (171,11,66). Sum of RGB (Red+Green+Blue) = 171+11+66=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B42 is #54F4BD. Grayscale: #414141. Windows color (decimal): -5567678 or 4328363. OLE color: 4328363.
HSL color Cylindrical-coordinate representation of color #AB0B42: hue angle of 339.38º 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 #AB0B42 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 66 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.33 |
| HSL | 339.38º | 0.88% | 0.36% | - |
| HSV(B) | 339.38º | 0.94% | 0.67% | - |
| XYZ | 17.9 | 9.29 | 6 | - |
| YUV | 65.11 | 128.51 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 66 | 0 | 0.94 | 0.61 | 0.33 | 339.38 | 0.88 | 0.36 |
| Hex | AB | B | 42 | 0 | 5E | 3D | 21 | 153 | 58 | 24 |
| Octal | 253 | 13 | 102 | 0 | 136 | 75 | 41 | 523 | 130 | 44 |
| Binary | 10101011 | 1011 | 1000010 | 0 | 1011110 | 111101 | 100001 | 101010011 | 1011000 | 100100 |
Color Harmonies of #AB0B42
Complementary color
Monochromatic Colors of #AB0B42
Black with #AB0B42
Text Example
Text Example
White with #AB0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B42; }
p { color: rgb(171,11,66); }
H1.HeaderClassName
{
color: #AB0B42;
}
.AnyTagClassName
{
color: #AB0B42;
}
</style>
background-color css
<style>
a { background-color: #AB0B42; }
a { background-color: rgb(171,11,66); }
div.DivClassName
{
background-color: #AB0B42;
}
.BgClassName
{
background-color: #AB0B42;
}
</style>
border-color css
<style>
span { border-color: #AB0B42; }
span { border-color: rgb(171,11,66); }
td.TdClassName
{
border-color: #AB0B42;
}
.TagClassName
{
border-color: #AB0B42;
}
</style>