Shades of Aztec #203937
Tints of Aztec #203937
RGB
CMYK
RGB Variations
Color information
#203937 (or 0x203937) is known color: Aztec. HEX triplet: 20, 39 and 37. RGB value is (32,57,55). Sum of RGB (Red+Green+Blue) = 32+57+55=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #203937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203937 is #DFC6C8. Grayscale: #313131. Windows color (decimal): -14665417 or 3619104. OLE color: 3619104.
HSL color Cylindrical-coordinate representation of color #203937: hue angle of 175.2º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #203937 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 57 | 55 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.78 |
| HSL | 175.2º | 0.28% | 0.17% | - |
| HSV(B) | 175.2º | 0.44% | 0.22% | - |
| XYZ | 2.75 | 3.51 | 4.15 | - |
| YUV | 49.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 55 | 0.44 | 0 | 0.04 | 0.78 | 175.2 | 0.28 | 0.17 |
| Hex | 20 | 39 | 37 | 2C | 0 | 4 | 4E | AF | 1C | 11 |
| Octal | 40 | 71 | 67 | 54 | 0 | 4 | 116 | 257 | 34 | 21 |
| Binary | 100000 | 111001 | 110111 | 101100 | 0 | 100 | 1001110 | 10101111 | 11100 | 10001 |
Color Harmonies of #203937
Complementary color
Monochromatic Colors of #203937
Black with #203937
Text Example
Text Example
White with #203937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203937; }
p { color: rgb(32,57,55); }
H1.HeaderClassName
{
color: #203937;
}
.AnyTagClassName
{
color: #203937;
}
</style>
background-color css
<style>
a { background-color: #203937; }
a { background-color: rgb(32,57,55); }
div.DivClassName
{
background-color: #203937;
}
.BgClassName
{
background-color: #203937;
}
</style>
border-color css
<style>
span { border-color: #203937; }
span { border-color: rgb(32,57,55); }
td.TdClassName
{
border-color: #203937;
}
.TagClassName
{
border-color: #203937;
}
</style>