Shades of Jazzberry Jam #AC003C
Tints of Jazzberry Jam #AC003C
RGB
CMYK
RGB Variations
Color information
#AC003C (or 0xAC003C) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 3C. RGB value is (172,0,60). Sum of RGB (Red+Green+Blue) = 172+0+60=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC003C is #53FFC3. Grayscale: #3A3A3A. Windows color (decimal): -5504964 or 3932332. OLE color: 3932332.
HSL color Cylindrical-coordinate representation of color #AC003C: hue angle of 339.07º 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 #AC003C is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.65 | 0.33 |
| HSL | 339.07º | 1% | 0.34% | - |
| HSV(B) | 339.07º | 1% | 0.67% | - |
| XYZ | 17.83 | 9.1 | 5.09 | - |
| YUV | 58.27 | 128.98 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 60 | 0 | 1 | 0.65 | 0.33 | 339.07 | 1 | 0.34 |
| Hex | AC | 0 | 3C | 0 | 64 | 41 | 21 | 153 | 64 | 22 |
| Octal | 254 | 0 | 74 | 0 | 144 | 101 | 41 | 523 | 144 | 42 |
| Binary | 10101100 | 0 | 111100 | 0 | 1100100 | 1000001 | 100001 | 101010011 | 1100100 | 100010 |
Color Harmonies of #AC003C
Complementary color
Monochromatic Colors of #AC003C
Black with #AC003C
Text Example
Text Example
White with #AC003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC003C; }
p { color: rgb(172,0,60); }
H1.HeaderClassName
{
color: #AC003C;
}
.AnyTagClassName
{
color: #AC003C;
}
</style>
background-color css
<style>
a { background-color: #AC003C; }
a { background-color: rgb(172,0,60); }
div.DivClassName
{
background-color: #AC003C;
}
.BgClassName
{
background-color: #AC003C;
}
</style>
border-color css
<style>
span { border-color: #AC003C; }
span { border-color: rgb(172,0,60); }
td.TdClassName
{
border-color: #AC003C;
}
.TagClassName
{
border-color: #AC003C;
}
</style>