Shades of Aztec #20312F
Tints of Aztec #20312F
RGB
CMYK
RGB Variations
Color information
#20312F (or 0x20312F) is known color: Aztec. HEX triplet: 20, 31 and 2F. RGB value is (32,49,47). Sum of RGB (Red+Green+Blue) = 32+49+47=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #20312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20312F is #DFCED0. Grayscale: #2B2B2B. Windows color (decimal): -14667473 or 3092768. OLE color: 3092768.
HSL color Cylindrical-coordinate representation of color #20312F: hue angle of 172.94º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #20312F is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 49 | 47 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.81 |
| HSL | 172.94º | 0.21% | 0.16% | - |
| HSV(B) | 172.94º | 0.35% | 0.19% | - |
| XYZ | 2.21 | 2.71 | 3.1 | - |
| YUV | 43.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 47 | 0.35 | 0 | 0.04 | 0.81 | 172.94 | 0.21 | 0.16 |
| Hex | 20 | 31 | 2F | 23 | 0 | 4 | 51 | AD | 15 | 10 |
| Octal | 40 | 61 | 57 | 43 | 0 | 4 | 121 | 255 | 25 | 20 |
| Binary | 100000 | 110001 | 101111 | 100011 | 0 | 100 | 1010001 | 10101101 | 10101 | 10000 |
Color Harmonies of #20312F
Complementary color
Monochromatic Colors of #20312F
Black with #20312F
Text Example
Text Example
White with #20312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20312F; }
p { color: rgb(32,49,47); }
H1.HeaderClassName
{
color: #20312F;
}
.AnyTagClassName
{
color: #20312F;
}
</style>
background-color css
<style>
a { background-color: #20312F; }
a { background-color: rgb(32,49,47); }
div.DivClassName
{
background-color: #20312F;
}
.BgClassName
{
background-color: #20312F;
}
</style>
border-color css
<style>
span { border-color: #20312F; }
span { border-color: rgb(32,49,47); }
td.TdClassName
{
border-color: #20312F;
}
.TagClassName
{
border-color: #20312F;
}
</style>