Shades of Jazzberry Jam #AB0359
Tints of Jazzberry Jam #AB0359
RGB
CMYK
RGB Variations
Color information
#AB0359 (or 0xAB0359) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 59. RGB value is (171,3,89). Sum of RGB (Red+Green+Blue) = 171+3+89=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0359 is #54FCA6. Grayscale: #3E3E3E. Windows color (decimal): -5569703 or 5833643. OLE color: 5833643.
HSL color Cylindrical-coordinate representation of color #AB0359: hue angle of 329.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0359 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.33 |
| HSL | 329.29º | 0.97% | 0.34% | - |
| HSV(B) | 329.29º | 0.98% | 0.67% | - |
| XYZ | 18.63 | 9.44 | 10.29 | - |
| YUV | 63.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 89 | 0 | 0.98 | 0.48 | 0.33 | 329.29 | 0.97 | 0.34 |
| Hex | AB | 3 | 59 | 0 | 62 | 30 | 21 | 149 | 61 | 22 |
| Octal | 253 | 3 | 131 | 0 | 142 | 60 | 41 | 511 | 141 | 42 |
| Binary | 10101011 | 11 | 1011001 | 0 | 1100010 | 110000 | 100001 | 101001001 | 1100001 | 100010 |
Color Harmonies of #AB0359
Complementary color
Monochromatic Colors of #AB0359
Black with #AB0359
Text Example
Text Example
White with #AB0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0359; }
p { color: rgb(171,3,89); }
H1.HeaderClassName
{
color: #AB0359;
}
.AnyTagClassName
{
color: #AB0359;
}
</style>
background-color css
<style>
a { background-color: #AB0359; }
a { background-color: rgb(171,3,89); }
div.DivClassName
{
background-color: #AB0359;
}
.BgClassName
{
background-color: #AB0359;
}
</style>
border-color css
<style>
span { border-color: #AB0359; }
span { border-color: rgb(171,3,89); }
td.TdClassName
{
border-color: #AB0359;
}
.TagClassName
{
border-color: #AB0359;
}
</style>