Shades of Jazzberry Jam #AB0351
Tints of Jazzberry Jam #AB0351
RGB
CMYK
RGB Variations
Color information
#AB0351 (or 0xAB0351) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 51. RGB value is (171,3,81). Sum of RGB (Red+Green+Blue) = 171+3+81=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0351 is #54FCAE. Grayscale: #3D3D3D. Windows color (decimal): -5569711 or 5309355. OLE color: 5309355.
HSL color Cylindrical-coordinate representation of color #AB0351: hue angle of 332.14º 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 #AB0351 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.33 |
| HSL | 332.14º | 0.97% | 0.34% | - |
| HSV(B) | 332.14º | 0.98% | 0.67% | - |
| XYZ | 18.31 | 9.32 | 8.62 | - |
| YUV | 62.12 | 138.66 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 81 | 0 | 0.98 | 0.53 | 0.33 | 332.14 | 0.97 | 0.34 |
| Hex | AB | 3 | 51 | 0 | 62 | 35 | 21 | 14C | 61 | 22 |
| Octal | 253 | 3 | 121 | 0 | 142 | 65 | 41 | 514 | 141 | 42 |
| Binary | 10101011 | 11 | 1010001 | 0 | 1100010 | 110101 | 100001 | 101001100 | 1100001 | 100010 |
Color Harmonies of #AB0351
Complementary color
Monochromatic Colors of #AB0351
Black with #AB0351
Text Example
Text Example
White with #AB0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0351; }
p { color: rgb(171,3,81); }
H1.HeaderClassName
{
color: #AB0351;
}
.AnyTagClassName
{
color: #AB0351;
}
</style>
background-color css
<style>
a { background-color: #AB0351; }
a { background-color: rgb(171,3,81); }
div.DivClassName
{
background-color: #AB0351;
}
.BgClassName
{
background-color: #AB0351;
}
</style>
border-color css
<style>
span { border-color: #AB0351; }
span { border-color: rgb(171,3,81); }
td.TdClassName
{
border-color: #AB0351;
}
.TagClassName
{
border-color: #AB0351;
}
</style>