Shades of Jazzberry Jam #AB0251
Tints of Jazzberry Jam #AB0251
RGB
CMYK
RGB Variations
Color information
#AB0251 (or 0xAB0251) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 51. RGB value is (171,2,81). Sum of RGB (Red+Green+Blue) = 171+2+81=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0251 is #54FDAE. Grayscale: #3D3D3D. Windows color (decimal): -5569967 or 5309099. OLE color: 5309099.
HSL color Cylindrical-coordinate representation of color #AB0251: hue angle of 331.95º 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 #AB0251 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.33 |
| HSL | 331.95º | 0.98% | 0.34% | - |
| HSV(B) | 331.95º | 0.99% | 0.67% | - |
| XYZ | 18.3 | 9.3 | 8.61 | - |
| YUV | 61.54 | 138.99 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 81 | 0 | 0.99 | 0.53 | 0.33 | 331.95 | 0.98 | 0.34 |
| Hex | AB | 2 | 51 | 0 | 63 | 35 | 21 | 14C | 62 | 22 |
| Octal | 253 | 2 | 121 | 0 | 143 | 65 | 41 | 514 | 142 | 42 |
| Binary | 10101011 | 10 | 1010001 | 0 | 1100011 | 110101 | 100001 | 101001100 | 1100010 | 100010 |
Color Harmonies of #AB0251
Complementary color
Monochromatic Colors of #AB0251
Black with #AB0251
Text Example
Text Example
White with #AB0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0251; }
p { color: rgb(171,2,81); }
H1.HeaderClassName
{
color: #AB0251;
}
.AnyTagClassName
{
color: #AB0251;
}
</style>
background-color css
<style>
a { background-color: #AB0251; }
a { background-color: rgb(171,2,81); }
div.DivClassName
{
background-color: #AB0251;
}
.BgClassName
{
background-color: #AB0251;
}
</style>
border-color css
<style>
span { border-color: #AB0251; }
span { border-color: rgb(171,2,81); }
td.TdClassName
{
border-color: #AB0251;
}
.TagClassName
{
border-color: #AB0251;
}
</style>