Shades of Jazzberry Jam #AB0244
Tints of Jazzberry Jam #AB0244
RGB
CMYK
RGB Variations
Color information
#AB0244 (or 0xAB0244) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 44. RGB value is (171,2,68). Sum of RGB (Red+Green+Blue) = 171+2+68=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0244 is #54FDBB. Grayscale: #3B3B3B. Windows color (decimal): -5569980 or 4457131. OLE color: 4457131.
HSL color Cylindrical-coordinate representation of color #AB0244: hue angle of 336.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0244 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.33 |
| HSL | 336.57º | 0.98% | 0.34% | - |
| HSV(B) | 336.57º | 0.99% | 0.67% | - |
| XYZ | 17.86 | 9.12 | 6.29 | - |
| YUV | 60.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 68 | 0 | 0.99 | 0.60 | 0.33 | 336.57 | 0.98 | 0.34 |
| Hex | AB | 2 | 44 | 0 | 63 | 3C | 21 | 151 | 62 | 22 |
| Octal | 253 | 2 | 104 | 0 | 143 | 74 | 41 | 521 | 142 | 42 |
| Binary | 10101011 | 10 | 1000100 | 0 | 1100011 | 111100 | 100001 | 101010001 | 1100010 | 100010 |
Color Harmonies of #AB0244
Complementary color
Monochromatic Colors of #AB0244
Black with #AB0244
Text Example
Text Example
White with #AB0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0244; }
p { color: rgb(171,2,68); }
H1.HeaderClassName
{
color: #AB0244;
}
.AnyTagClassName
{
color: #AB0244;
}
</style>
background-color css
<style>
a { background-color: #AB0244; }
a { background-color: rgb(171,2,68); }
div.DivClassName
{
background-color: #AB0244;
}
.BgClassName
{
background-color: #AB0244;
}
</style>
border-color css
<style>
span { border-color: #AB0244; }
span { border-color: rgb(171,2,68); }
td.TdClassName
{
border-color: #AB0244;
}
.TagClassName
{
border-color: #AB0244;
}
</style>