Shades of Jazzberry Jam #AC003E
Tints of Jazzberry Jam #AC003E
RGB
CMYK
RGB Variations
Color information
#AC003E (or 0xAC003E) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 3E. RGB value is (172,0,62). Sum of RGB (Red+Green+Blue) = 172+0+62=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC003E is #53FFC1. Grayscale: #3A3A3A. Windows color (decimal): -5504962 or 4063404. OLE color: 4063404.
HSL color Cylindrical-coordinate representation of color #AC003E: hue angle of 338.37º 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 #AC003E is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.64 | 0.33 |
| HSL | 338.37º | 1% | 0.34% | - |
| HSV(B) | 338.37º | 1% | 0.67% | - |
| XYZ | 17.88 | 9.12 | 5.37 | - |
| YUV | 58.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 62 | 0 | 1 | 0.64 | 0.33 | 338.37 | 1 | 0.34 |
| Hex | AC | 0 | 3E | 0 | 64 | 40 | 21 | 152 | 64 | 22 |
| Octal | 254 | 0 | 76 | 0 | 144 | 100 | 41 | 522 | 144 | 42 |
| Binary | 10101100 | 0 | 111110 | 0 | 1100100 | 1000000 | 100001 | 101010010 | 1100100 | 100010 |
Color Harmonies of #AC003E
Complementary color
Monochromatic Colors of #AC003E
Black with #AC003E
Text Example
Text Example
White with #AC003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC003E; }
p { color: rgb(172,0,62); }
H1.HeaderClassName
{
color: #AC003E;
}
.AnyTagClassName
{
color: #AC003E;
}
</style>
background-color css
<style>
a { background-color: #AC003E; }
a { background-color: rgb(172,0,62); }
div.DivClassName
{
background-color: #AC003E;
}
.BgClassName
{
background-color: #AC003E;
}
</style>
border-color css
<style>
span { border-color: #AC003E; }
span { border-color: rgb(172,0,62); }
td.TdClassName
{
border-color: #AC003E;
}
.TagClassName
{
border-color: #AC003E;
}
</style>