Shades of Jazzberry Jam #AC023D
Tints of Jazzberry Jam #AC023D
RGB
CMYK
RGB Variations
Color information
#AC023D (or 0xAC023D) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 3D. RGB value is (172,2,61). Sum of RGB (Red+Green+Blue) = 172+2+61=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC023D is #53FDC2. Grayscale: #3B3B3B. Windows color (decimal): -5504451 or 3998380. OLE color: 3998380.
HSL color Cylindrical-coordinate representation of color #AC023D: hue angle of 339.18º 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 #AC023D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.33 |
| HSL | 339.18º | 0.98% | 0.34% | - |
| HSV(B) | 339.18º | 0.99% | 0.67% | - |
| XYZ | 17.88 | 9.15 | 5.24 | - |
| YUV | 59.56 | 128.82 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 61 | 0 | 0.99 | 0.65 | 0.33 | 339.18 | 0.98 | 0.34 |
| Hex | AC | 2 | 3D | 0 | 63 | 41 | 21 | 153 | 62 | 22 |
| Octal | 254 | 2 | 75 | 0 | 143 | 101 | 41 | 523 | 142 | 42 |
| Binary | 10101100 | 10 | 111101 | 0 | 1100011 | 1000001 | 100001 | 101010011 | 1100010 | 100010 |
Color Harmonies of #AC023D
Complementary color
Monochromatic Colors of #AC023D
Black with #AC023D
Text Example
Text Example
White with #AC023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC023D; }
p { color: rgb(172,2,61); }
H1.HeaderClassName
{
color: #AC023D;
}
.AnyTagClassName
{
color: #AC023D;
}
</style>
background-color css
<style>
a { background-color: #AC023D; }
a { background-color: rgb(172,2,61); }
div.DivClassName
{
background-color: #AC023D;
}
.BgClassName
{
background-color: #AC023D;
}
</style>
border-color css
<style>
span { border-color: #AC023D; }
span { border-color: rgb(172,2,61); }
td.TdClassName
{
border-color: #AC023D;
}
.TagClassName
{
border-color: #AC023D;
}
</style>