Shades of Jazzberry Jam #AB1449
Tints of Jazzberry Jam #AB1449
RGB
CMYK
RGB Variations
Color information
#AB1449 (or 0xAB1449) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 49. RGB value is (171,20,73). Sum of RGB (Red+Green+Blue) = 171+20+73=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1449 is #54EBB6. Grayscale: #474747. Windows color (decimal): -5565367 or 4789419. OLE color: 4789419.
HSL color Cylindrical-coordinate representation of color #AB1449: hue angle of 338.94º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1449 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 73 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.33 |
| HSL | 338.94º | 0.79% | 0.37% | - |
| HSV(B) | 338.94º | 0.88% | 0.67% | - |
| XYZ | 18.25 | 9.64 | 7.2 | - |
| YUV | 71.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 73 | 0 | 0.88 | 0.57 | 0.33 | 338.94 | 0.79 | 0.37 |
| Hex | AB | 14 | 49 | 0 | 58 | 39 | 21 | 153 | 4F | 25 |
| Octal | 253 | 24 | 111 | 0 | 130 | 71 | 41 | 523 | 117 | 45 |
| Binary | 10101011 | 10100 | 1001001 | 0 | 1011000 | 111001 | 100001 | 101010011 | 1001111 | 100101 |
Color Harmonies of #AB1449
Complementary color
Monochromatic Colors of #AB1449
Black with #AB1449
Text Example
Text Example
White with #AB1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1449; }
p { color: rgb(171,20,73); }
H1.HeaderClassName
{
color: #AB1449;
}
.AnyTagClassName
{
color: #AB1449;
}
</style>
background-color css
<style>
a { background-color: #AB1449; }
a { background-color: rgb(171,20,73); }
div.DivClassName
{
background-color: #AB1449;
}
.BgClassName
{
background-color: #AB1449;
}
</style>
border-color css
<style>
span { border-color: #AB1449; }
span { border-color: rgb(171,20,73); }
td.TdClassName
{
border-color: #AB1449;
}
.TagClassName
{
border-color: #AB1449;
}
</style>