Shades of Jazzberry Jam #AC033F
Tints of Jazzberry Jam #AC033F
RGB
CMYK
RGB Variations
Color information
#AC033F (or 0xAC033F) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 3F. RGB value is (172,3,63). Sum of RGB (Red+Green+Blue) = 172+3+63=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC033F is #53FCC0. Grayscale: #3C3C3C. Windows color (decimal): -5504193 or 4129708. OLE color: 4129708.
HSL color Cylindrical-coordinate representation of color #AC033F: hue angle of 338.7º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC033F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.33 |
| HSL | 338.7º | 0.97% | 0.34% | - |
| HSV(B) | 338.7º | 0.98% | 0.67% | - |
| XYZ | 17.94 | 9.19 | 5.53 | - |
| YUV | 60.37 | 129.49 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 63 | 0 | 0.98 | 0.63 | 0.33 | 338.7 | 0.97 | 0.34 |
| Hex | AC | 3 | 3F | 0 | 62 | 3F | 21 | 153 | 61 | 22 |
| Octal | 254 | 3 | 77 | 0 | 142 | 77 | 41 | 523 | 141 | 42 |
| Binary | 10101100 | 11 | 111111 | 0 | 1100010 | 111111 | 100001 | 101010011 | 1100001 | 100010 |
Color Harmonies of #AC033F
Complementary color
Monochromatic Colors of #AC033F
Black with #AC033F
Text Example
Text Example
White with #AC033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC033F; }
p { color: rgb(172,3,63); }
H1.HeaderClassName
{
color: #AC033F;
}
.AnyTagClassName
{
color: #AC033F;
}
</style>
background-color css
<style>
a { background-color: #AC033F; }
a { background-color: rgb(172,3,63); }
div.DivClassName
{
background-color: #AC033F;
}
.BgClassName
{
background-color: #AC033F;
}
</style>
border-color css
<style>
span { border-color: #AC033F; }
span { border-color: rgb(172,3,63); }
td.TdClassName
{
border-color: #AC033F;
}
.TagClassName
{
border-color: #AC033F;
}
</style>