Shades of Aztec #203834
Tints of Aztec #203834
RGB
CMYK
RGB Variations
Color information
#203834 (or 0x203834) is known color: Aztec. HEX triplet: 20, 38 and 34. RGB value is (32,56,52). Sum of RGB (Red+Green+Blue) = 32+56+52=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #203834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203834 is #DFC7CB. Grayscale: #303030. Windows color (decimal): -14665676 or 3422240. OLE color: 3422240.
HSL color Cylindrical-coordinate representation of color #203834: hue angle of 170º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #203834 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 52 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.78 |
| HSL | 170º | 0.27% | 0.17% | - |
| HSV(B) | 170º | 0.43% | 0.22% | - |
| XYZ | 2.63 | 3.38 | 3.76 | - |
| YUV | 48.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 52 | 0.43 | 0 | 0.07 | 0.78 | 170 | 0.27 | 0.17 |
| Hex | 20 | 38 | 34 | 2B | 0 | 7 | 4E | AA | 1B | 11 |
| Octal | 40 | 70 | 64 | 53 | 0 | 7 | 116 | 252 | 33 | 21 |
| Binary | 100000 | 111000 | 110100 | 101011 | 0 | 111 | 1001110 | 10101010 | 11011 | 10001 |
Color Harmonies of #203834
Complementary color
Monochromatic Colors of #203834
Black with #203834
Text Example
Text Example
White with #203834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203834; }
p { color: rgb(32,56,52); }
H1.HeaderClassName
{
color: #203834;
}
.AnyTagClassName
{
color: #203834;
}
</style>
background-color css
<style>
a { background-color: #203834; }
a { background-color: rgb(32,56,52); }
div.DivClassName
{
background-color: #203834;
}
.BgClassName
{
background-color: #203834;
}
</style>
border-color css
<style>
span { border-color: #203834; }
span { border-color: rgb(32,56,52); }
td.TdClassName
{
border-color: #203834;
}
.TagClassName
{
border-color: #203834;
}
</style>