Shades of Aztec #213732
Tints of Aztec #213732
RGB
CMYK
RGB Variations
Color information
#213732 (or 0x213732) is known color: Aztec. HEX triplet: 21, 37 and 32. RGB value is (33,55,50). Sum of RGB (Red+Green+Blue) = 33+55+50=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #213732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213732 is #DEC8CD. Grayscale: #2F2F2F. Windows color (decimal): -14600398 or 3290913. OLE color: 3290913.
HSL color Cylindrical-coordinate representation of color #213732: hue angle of 166.36º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213732 is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 55 | 50 | - |
| CMYK | 0.4 | 0 | 0.09 | 0.78 |
| HSL | 166.36º | 0.25% | 0.17% | - |
| HSV(B) | 166.36º | 0.4% | 0.22% | - |
| XYZ | 2.57 | 3.29 | 3.52 | - |
| YUV | 47.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 50 | 0.4 | 0 | 0.09 | 0.78 | 166.36 | 0.25 | 0.17 |
| Hex | 21 | 37 | 32 | 28 | 0 | 9 | 4E | A6 | 19 | 11 |
| Octal | 41 | 67 | 62 | 50 | 0 | 11 | 116 | 246 | 31 | 21 |
| Binary | 100001 | 110111 | 110010 | 101000 | 0 | 1001 | 1001110 | 10100110 | 11001 | 10001 |
Color Harmonies of #213732
Complementary color
Monochromatic Colors of #213732
Black with #213732
Text Example
Text Example
White with #213732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213732; }
p { color: rgb(33,55,50); }
H1.HeaderClassName
{
color: #213732;
}
.AnyTagClassName
{
color: #213732;
}
</style>
background-color css
<style>
a { background-color: #213732; }
a { background-color: rgb(33,55,50); }
div.DivClassName
{
background-color: #213732;
}
.BgClassName
{
background-color: #213732;
}
</style>
border-color css
<style>
span { border-color: #213732; }
span { border-color: rgb(33,55,50); }
td.TdClassName
{
border-color: #213732;
}
.TagClassName
{
border-color: #213732;
}
</style>