Shades of Jazzberry Jam #AB003F
Tints of Jazzberry Jam #AB003F
RGB
CMYK
RGB Variations
Color information
#AB003F (or 0xAB003F) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 3F. RGB value is (171,0,63). Sum of RGB (Red+Green+Blue) = 171+0+63=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB003F is #54FFC0. Grayscale: #3A3A3A. Windows color (decimal): -5570497 or 4128939. OLE color: 4128939.
HSL color Cylindrical-coordinate representation of color #AB003F: hue angle of 337.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB003F is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.63 | 0.33 |
| HSL | 337.89º | 1% | 0.34% | - |
| HSV(B) | 337.89º | 1% | 0.67% | - |
| XYZ | 17.69 | 9.02 | 5.51 | - |
| YUV | 58.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 63 | 0 | 1 | 0.63 | 0.33 | 337.89 | 1 | 0.34 |
| Hex | AB | 0 | 3F | 0 | 64 | 3F | 21 | 152 | 64 | 22 |
| Octal | 253 | 0 | 77 | 0 | 144 | 77 | 41 | 522 | 144 | 42 |
| Binary | 10101011 | 0 | 111111 | 0 | 1100100 | 111111 | 100001 | 101010010 | 1100100 | 100010 |
Color Harmonies of #AB003F
Complementary color
Monochromatic Colors of #AB003F
Black with #AB003F
Text Example
Text Example
White with #AB003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB003F; }
p { color: rgb(171,0,63); }
H1.HeaderClassName
{
color: #AB003F;
}
.AnyTagClassName
{
color: #AB003F;
}
</style>
background-color css
<style>
a { background-color: #AB003F; }
a { background-color: rgb(171,0,63); }
div.DivClassName
{
background-color: #AB003F;
}
.BgClassName
{
background-color: #AB003F;
}
</style>
border-color css
<style>
span { border-color: #AB003F; }
span { border-color: rgb(171,0,63); }
td.TdClassName
{
border-color: #AB003F;
}
.TagClassName
{
border-color: #AB003F;
}
</style>