Shades of Aztec #323736
Tints of Aztec #323736
RGB
CMYK
RGB Variations
Color information
#323736 (or 0x323736) is known color: Aztec. HEX triplet: 32, 37 and 36. RGB value is (50,55,54). Sum of RGB (Red+Green+Blue) = 50+55+54=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 55 - color contains mainly: green. Hex color #323736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323736 is #CDC8C9. Grayscale: #353535. Windows color (decimal): -13486282 or 3553074. OLE color: 3553074.
HSL color Cylindrical-coordinate representation of color #323736: hue angle of 168º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #323736 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 54 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.78 |
| HSL | 168º | 0.05% | 0.21% | - |
| HSV(B) | 168º | 0.09% | 0.22% | - |
| XYZ | 3.35 | 3.68 | 4.02 | - |
| YUV | 53.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 54 | 0.09 | 0 | 0.02 | 0.78 | 168 | 0.05 | 0.21 |
| Hex | 32 | 37 | 36 | 9 | 0 | 2 | 4E | A8 | 5 | 15 |
| Octal | 62 | 67 | 66 | 11 | 0 | 2 | 116 | 250 | 5 | 25 |
| Binary | 110010 | 110111 | 110110 | 1001 | 0 | 10 | 1001110 | 10101000 | 101 | 10101 |
Color Harmonies of #323736
Complementary color
Monochromatic Colors of #323736
Black with #323736
Text Example
Text Example
White with #323736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323736; }
p { color: rgb(50,55,54); }
H1.HeaderClassName
{
color: #323736;
}
.AnyTagClassName
{
color: #323736;
}
</style>
background-color css
<style>
a { background-color: #323736; }
a { background-color: rgb(50,55,54); }
div.DivClassName
{
background-color: #323736;
}
.BgClassName
{
background-color: #323736;
}
</style>
border-color css
<style>
span { border-color: #323736; }
span { border-color: rgb(50,55,54); }
td.TdClassName
{
border-color: #323736;
}
.TagClassName
{
border-color: #323736;
}
</style>