Shades of Jazzberry Jam #AB013B
Tints of Jazzberry Jam #AB013B
RGB
CMYK
RGB Variations
Color information
#AB013B (or 0xAB013B) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 3B. RGB value is (171,1,59). Sum of RGB (Red+Green+Blue) = 171+1+59=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB013B is #54FEC4. Grayscale: #3A3A3A. Windows color (decimal): -5570245 or 3867051. OLE color: 3867051.
HSL color Cylindrical-coordinate representation of color #AB013B: hue angle of 339.53º degrees, saturation: 0.99, 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 #AB013B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.33 |
| HSL | 339.53º | 0.99% | 0.34% | - |
| HSV(B) | 339.53º | 0.99% | 0.67% | - |
| XYZ | 17.59 | 9 | 4.95 | - |
| YUV | 58.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 59 | 0 | 0.99 | 0.65 | 0.33 | 339.53 | 0.99 | 0.34 |
| Hex | AB | 1 | 3B | 0 | 63 | 41 | 21 | 154 | 63 | 22 |
| Octal | 253 | 1 | 73 | 0 | 143 | 101 | 41 | 524 | 143 | 42 |
| Binary | 10101011 | 1 | 111011 | 0 | 1100011 | 1000001 | 100001 | 101010100 | 1100011 | 100010 |
Color Harmonies of #AB013B
Complementary color
Monochromatic Colors of #AB013B
Black with #AB013B
Text Example
Text Example
White with #AB013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB013B; }
p { color: rgb(171,1,59); }
H1.HeaderClassName
{
color: #AB013B;
}
.AnyTagClassName
{
color: #AB013B;
}
</style>
background-color css
<style>
a { background-color: #AB013B; }
a { background-color: rgb(171,1,59); }
div.DivClassName
{
background-color: #AB013B;
}
.BgClassName
{
background-color: #AB013B;
}
</style>
border-color css
<style>
span { border-color: #AB013B; }
span { border-color: rgb(171,1,59); }
td.TdClassName
{
border-color: #AB013B;
}
.TagClassName
{
border-color: #AB013B;
}
</style>