Shades of Jazzberry Jam #AC0240
Tints of Jazzberry Jam #AC0240
RGB
CMYK
RGB Variations
Color information
#AC0240 (or 0xAC0240) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 40. RGB value is (172,2,64). Sum of RGB (Red+Green+Blue) = 172+2+64=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0240 is #53FDBF. Grayscale: #3B3B3B. Windows color (decimal): -5504448 or 4194988. OLE color: 4194988.
HSL color Cylindrical-coordinate representation of color #AC0240: hue angle of 338.12º degrees, saturation: 0.98, 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 #AC0240 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.33 |
| HSL | 338.12º | 0.98% | 0.34% | - |
| HSV(B) | 338.12º | 0.99% | 0.67% | - |
| XYZ | 17.96 | 9.18 | 5.68 | - |
| YUV | 59.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 64 | 0 | 0.99 | 0.63 | 0.33 | 338.12 | 0.98 | 0.34 |
| Hex | AC | 2 | 40 | 0 | 63 | 3F | 21 | 152 | 62 | 22 |
| Octal | 254 | 2 | 100 | 0 | 143 | 77 | 41 | 522 | 142 | 42 |
| Binary | 10101100 | 10 | 1000000 | 0 | 1100011 | 111111 | 100001 | 101010010 | 1100010 | 100010 |
Color Harmonies of #AC0240
Complementary color
Monochromatic Colors of #AC0240
Black with #AC0240
Text Example
Text Example
White with #AC0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0240; }
p { color: rgb(172,2,64); }
H1.HeaderClassName
{
color: #AC0240;
}
.AnyTagClassName
{
color: #AC0240;
}
</style>
background-color css
<style>
a { background-color: #AC0240; }
a { background-color: rgb(172,2,64); }
div.DivClassName
{
background-color: #AC0240;
}
.BgClassName
{
background-color: #AC0240;
}
</style>
border-color css
<style>
span { border-color: #AC0240; }
span { border-color: rgb(172,2,64); }
td.TdClassName
{
border-color: #AC0240;
}
.TagClassName
{
border-color: #AC0240;
}
</style>