Shades of Aztec #21312F
Tints of Aztec #21312F
RGB
CMYK
RGB Variations
Color information
#21312F (or 0x21312F) is known color: Aztec. HEX triplet: 21, 31 and 2F. RGB value is (33,49,47). Sum of RGB (Red+Green+Blue) = 33+49+47=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #21312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21312F is #DECED0. Grayscale: #2B2B2B. Windows color (decimal): -14601937 or 3092769. OLE color: 3092769.
HSL color Cylindrical-coordinate representation of color #21312F: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #21312F is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 49 | 47 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.81 |
| HSL | 172.5º | 0.2% | 0.16% | - |
| HSV(B) | 172.5º | 0.33% | 0.19% | - |
| XYZ | 2.24 | 2.73 | 3.1 | - |
| YUV | 43.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 47 | 0.33 | 0 | 0.04 | 0.81 | 172.5 | 0.2 | 0.16 |
| Hex | 21 | 31 | 2F | 21 | 0 | 4 | 51 | AC | 14 | 10 |
| Octal | 41 | 61 | 57 | 41 | 0 | 4 | 121 | 254 | 24 | 20 |
| Binary | 100001 | 110001 | 101111 | 100001 | 0 | 100 | 1010001 | 10101100 | 10100 | 10000 |
Color Harmonies of #21312F
Complementary color
Monochromatic Colors of #21312F
Black with #21312F
Text Example
Text Example
White with #21312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21312F; }
p { color: rgb(33,49,47); }
H1.HeaderClassName
{
color: #21312F;
}
.AnyTagClassName
{
color: #21312F;
}
</style>
background-color css
<style>
a { background-color: #21312F; }
a { background-color: rgb(33,49,47); }
div.DivClassName
{
background-color: #21312F;
}
.BgClassName
{
background-color: #21312F;
}
</style>
border-color css
<style>
span { border-color: #21312F; }
span { border-color: rgb(33,49,47); }
td.TdClassName
{
border-color: #21312F;
}
.TagClassName
{
border-color: #21312F;
}
</style>