Shades of Jazzberry Jam #AC003D
Tints of Jazzberry Jam #AC003D
RGB
CMYK
RGB Variations
Color information
#AC003D (or 0xAC003D) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 3D. RGB value is (172,0,61). Sum of RGB (Red+Green+Blue) = 172+0+61=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC003D is #53FFC2. Grayscale: #3A3A3A. Windows color (decimal): -5504963 or 3997868. OLE color: 3997868.
HSL color Cylindrical-coordinate representation of color #AC003D: hue angle of 338.72º 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 #AC003D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.65 | 0.33 |
| HSL | 338.72º | 1% | 0.34% | - |
| HSV(B) | 338.72º | 1% | 0.67% | - |
| XYZ | 17.86 | 9.11 | 5.23 | - |
| YUV | 58.38 | 129.48 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 61 | 0 | 1 | 0.65 | 0.33 | 338.72 | 1 | 0.34 |
| Hex | AC | 0 | 3D | 0 | 64 | 41 | 21 | 153 | 64 | 22 |
| Octal | 254 | 0 | 75 | 0 | 144 | 101 | 41 | 523 | 144 | 42 |
| Binary | 10101100 | 0 | 111101 | 0 | 1100100 | 1000001 | 100001 | 101010011 | 1100100 | 100010 |
Color Harmonies of #AC003D
Complementary color
Monochromatic Colors of #AC003D
Black with #AC003D
Text Example
Text Example
White with #AC003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC003D; }
p { color: rgb(172,0,61); }
H1.HeaderClassName
{
color: #AC003D;
}
.AnyTagClassName
{
color: #AC003D;
}
</style>
background-color css
<style>
a { background-color: #AC003D; }
a { background-color: rgb(172,0,61); }
div.DivClassName
{
background-color: #AC003D;
}
.BgClassName
{
background-color: #AC003D;
}
</style>
border-color css
<style>
span { border-color: #AC003D; }
span { border-color: rgb(172,0,61); }
td.TdClassName
{
border-color: #AC003D;
}
.TagClassName
{
border-color: #AC003D;
}
</style>