Shades of Aztec #323837
Tints of Aztec #323837
RGB
CMYK
RGB Variations
Color information
#323837 (or 0x323837) is known color: Aztec. HEX triplet: 32, 38 and 37. RGB value is (50,56,55). Sum of RGB (Red+Green+Blue) = 50+56+55=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 56 - color contains mainly: green. Hex color #323837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323837 is #CDC7C8. Grayscale: #363636. Windows color (decimal): -13486025 or 3618866. OLE color: 3618866.
HSL color Cylindrical-coordinate representation of color #323837: hue angle of 170º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #323837 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 56 | 55 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.78 |
| HSL | 170º | 0.06% | 0.21% | - |
| HSV(B) | 170º | 0.11% | 0.22% | - |
| XYZ | 3.42 | 3.78 | 4.16 | - |
| YUV | 54.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 55 | 0.11 | 0 | 0.02 | 0.78 | 170 | 0.06 | 0.21 |
| Hex | 32 | 38 | 37 | B | 0 | 2 | 4E | AA | 6 | 15 |
| Octal | 62 | 70 | 67 | 13 | 0 | 2 | 116 | 252 | 6 | 25 |
| Binary | 110010 | 111000 | 110111 | 1011 | 0 | 10 | 1001110 | 10101010 | 110 | 10101 |
Color Harmonies of #323837
Complementary color
Monochromatic Colors of #323837
Black with #323837
Text Example
Text Example
White with #323837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323837; }
p { color: rgb(50,56,55); }
H1.HeaderClassName
{
color: #323837;
}
.AnyTagClassName
{
color: #323837;
}
</style>
background-color css
<style>
a { background-color: #323837; }
a { background-color: rgb(50,56,55); }
div.DivClassName
{
background-color: #323837;
}
.BgClassName
{
background-color: #323837;
}
</style>
border-color css
<style>
span { border-color: #323837; }
span { border-color: rgb(50,56,55); }
td.TdClassName
{
border-color: #323837;
}
.TagClassName
{
border-color: #323837;
}
</style>