Shades of Jazzberry Jam #AB033F
Tints of Jazzberry Jam #AB033F
RGB
CMYK
RGB Variations
Color information
#AB033F (or 0xAB033F) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 3F. RGB value is (171,3,63). Sum of RGB (Red+Green+Blue) = 171+3+63=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB033F is #54FCC0. Grayscale: #3C3C3C. Windows color (decimal): -5569729 or 4129707. OLE color: 4129707.
HSL color Cylindrical-coordinate representation of color #AB033F: hue angle of 338.57º 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 #AB033F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.33 |
| HSL | 338.57º | 0.97% | 0.34% | - |
| HSV(B) | 338.57º | 0.98% | 0.67% | - |
| XYZ | 17.72 | 9.08 | 5.52 | - |
| YUV | 60.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 63 | 0 | 0.98 | 0.63 | 0.33 | 338.57 | 0.97 | 0.34 |
| Hex | AB | 3 | 3F | 0 | 62 | 3F | 21 | 153 | 61 | 22 |
| Octal | 253 | 3 | 77 | 0 | 142 | 77 | 41 | 523 | 141 | 42 |
| Binary | 10101011 | 11 | 111111 | 0 | 1100010 | 111111 | 100001 | 101010011 | 1100001 | 100010 |
Color Harmonies of #AB033F
Complementary color
Monochromatic Colors of #AB033F
Black with #AB033F
Text Example
Text Example
White with #AB033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB033F; }
p { color: rgb(171,3,63); }
H1.HeaderClassName
{
color: #AB033F;
}
.AnyTagClassName
{
color: #AB033F;
}
</style>
background-color css
<style>
a { background-color: #AB033F; }
a { background-color: rgb(171,3,63); }
div.DivClassName
{
background-color: #AB033F;
}
.BgClassName
{
background-color: #AB033F;
}
</style>
border-color css
<style>
span { border-color: #AB033F; }
span { border-color: rgb(171,3,63); }
td.TdClassName
{
border-color: #AB033F;
}
.TagClassName
{
border-color: #AB033F;
}
</style>