Shades of Aztec #203533
Tints of Aztec #203533
RGB
CMYK
RGB Variations
Color information
#203533 (or 0x203533) is known color: Aztec. HEX triplet: 20, 35 and 33. RGB value is (32,53,51). Sum of RGB (Red+Green+Blue) = 32+53+51=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #203533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203533 is #DFCACC. Grayscale: #2E2E2E. Windows color (decimal): -14666445 or 3355936. OLE color: 3355936.
HSL color Cylindrical-coordinate representation of color #203533: hue angle of 174.29º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #203533 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 51 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.79 |
| HSL | 174.29º | 0.25% | 0.17% | - |
| HSV(B) | 174.29º | 0.4% | 0.21% | - |
| XYZ | 2.47 | 3.09 | 3.6 | - |
| YUV | 46.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 51 | 0.40 | 0 | 0.04 | 0.79 | 174.29 | 0.25 | 0.17 |
| Hex | 20 | 35 | 33 | 28 | 0 | 4 | 4F | AE | 19 | 11 |
| Octal | 40 | 65 | 63 | 50 | 0 | 4 | 117 | 256 | 31 | 21 |
| Binary | 100000 | 110101 | 110011 | 101000 | 0 | 100 | 1001111 | 10101110 | 11001 | 10001 |
Color Harmonies of #203533
Complementary color
Monochromatic Colors of #203533
Black with #203533
Text Example
Text Example
White with #203533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203533; }
p { color: rgb(32,53,51); }
H1.HeaderClassName
{
color: #203533;
}
.AnyTagClassName
{
color: #203533;
}
</style>
background-color css
<style>
a { background-color: #203533; }
a { background-color: rgb(32,53,51); }
div.DivClassName
{
background-color: #203533;
}
.BgClassName
{
background-color: #203533;
}
</style>
border-color css
<style>
span { border-color: #203533; }
span { border-color: rgb(32,53,51); }
td.TdClassName
{
border-color: #203533;
}
.TagClassName
{
border-color: #203533;
}
</style>