Shades of Jazzberry Jam #AB033C
Tints of Jazzberry Jam #AB033C
RGB
CMYK
RGB Variations
Color information
#AB033C (or 0xAB033C) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 3C. RGB value is (171,3,60). Sum of RGB (Red+Green+Blue) = 171+3+60=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB033C is #54FCC3. Grayscale: #3B3B3B. Windows color (decimal): -5569732 or 3933099. OLE color: 3933099.
HSL color Cylindrical-coordinate representation of color #AB033C: hue angle of 339.64º 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 #AB033C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.33 |
| HSL | 339.64º | 0.97% | 0.34% | - |
| HSV(B) | 339.64º | 0.98% | 0.67% | - |
| XYZ | 17.64 | 9.05 | 5.09 | - |
| YUV | 59.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 60 | 0 | 0.98 | 0.65 | 0.33 | 339.64 | 0.97 | 0.34 |
| Hex | AB | 3 | 3C | 0 | 62 | 41 | 21 | 154 | 61 | 22 |
| Octal | 253 | 3 | 74 | 0 | 142 | 101 | 41 | 524 | 141 | 42 |
| Binary | 10101011 | 11 | 111100 | 0 | 1100010 | 1000001 | 100001 | 101010100 | 1100001 | 100010 |
Color Harmonies of #AB033C
Complementary color
Monochromatic Colors of #AB033C
Black with #AB033C
Text Example
Text Example
White with #AB033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB033C; }
p { color: rgb(171,3,60); }
H1.HeaderClassName
{
color: #AB033C;
}
.AnyTagClassName
{
color: #AB033C;
}
</style>
background-color css
<style>
a { background-color: #AB033C; }
a { background-color: rgb(171,3,60); }
div.DivClassName
{
background-color: #AB033C;
}
.BgClassName
{
background-color: #AB033C;
}
</style>
border-color css
<style>
span { border-color: #AB033C; }
span { border-color: rgb(171,3,60); }
td.TdClassName
{
border-color: #AB033C;
}
.TagClassName
{
border-color: #AB033C;
}
</style>