Shades of Jazzberry Jam #AB003E
Tints of Jazzberry Jam #AB003E
RGB
CMYK
RGB Variations
Color information
#AB003E (or 0xAB003E) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 3E. RGB value is (171,0,62). Sum of RGB (Red+Green+Blue) = 171+0+62=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB003E is #54FFC1. Grayscale: #3A3A3A. Windows color (decimal): -5570498 or 4063403. OLE color: 4063403.
HSL color Cylindrical-coordinate representation of color #AB003E: hue angle of 338.25º 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 #AB003E is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.64 | 0.33 |
| HSL | 338.25º | 1% | 0.34% | - |
| HSV(B) | 338.25º | 1% | 0.67% | - |
| XYZ | 17.66 | 9.01 | 5.36 | - |
| YUV | 58.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 62 | 0 | 1 | 0.64 | 0.33 | 338.25 | 1 | 0.34 |
| Hex | AB | 0 | 3E | 0 | 64 | 40 | 21 | 152 | 64 | 22 |
| Octal | 253 | 0 | 76 | 0 | 144 | 100 | 41 | 522 | 144 | 42 |
| Binary | 10101011 | 0 | 111110 | 0 | 1100100 | 1000000 | 100001 | 101010010 | 1100100 | 100010 |
Color Harmonies of #AB003E
Complementary color
Monochromatic Colors of #AB003E
Black with #AB003E
Text Example
Text Example
White with #AB003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB003E; }
p { color: rgb(171,0,62); }
H1.HeaderClassName
{
color: #AB003E;
}
.AnyTagClassName
{
color: #AB003E;
}
</style>
background-color css
<style>
a { background-color: #AB003E; }
a { background-color: rgb(171,0,62); }
div.DivClassName
{
background-color: #AB003E;
}
.BgClassName
{
background-color: #AB003E;
}
</style>
border-color css
<style>
span { border-color: #AB003E; }
span { border-color: rgb(171,0,62); }
td.TdClassName
{
border-color: #AB003E;
}
.TagClassName
{
border-color: #AB003E;
}
</style>