Shades of Aztec #333938
Tints of Aztec #333938
RGB
CMYK
RGB Variations
Color information
#333938 (or 0x333938) is known color: Aztec. HEX triplet: 33, 39 and 38. RGB value is (51,57,56). Sum of RGB (Red+Green+Blue) = 51+57+56=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 57 - color contains mainly: green. Hex color #333938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333938 is #CCC6C7. Grayscale: #373737. Windows color (decimal): -13420232 or 3684659. OLE color: 3684659.
HSL color Cylindrical-coordinate representation of color #333938: 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 #333938 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 57 | 56 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.78 |
| HSL | 170º | 0.06% | 0.21% | - |
| HSV(B) | 170º | 0.11% | 0.22% | - |
| XYZ | 3.54 | 3.92 | 4.31 | - |
| YUV | 55.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 56 | 0.11 | 0 | 0.02 | 0.78 | 170 | 0.06 | 0.21 |
| Hex | 33 | 39 | 38 | B | 0 | 2 | 4E | AA | 6 | 15 |
| Octal | 63 | 71 | 70 | 13 | 0 | 2 | 116 | 252 | 6 | 25 |
| Binary | 110011 | 111001 | 111000 | 1011 | 0 | 10 | 1001110 | 10101010 | 110 | 10101 |
Color Harmonies of #333938
Complementary color
Monochromatic Colors of #333938
Black with #333938
Text Example
Text Example
White with #333938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333938; }
p { color: rgb(51,57,56); }
H1.HeaderClassName
{
color: #333938;
}
.AnyTagClassName
{
color: #333938;
}
</style>
background-color css
<style>
a { background-color: #333938; }
a { background-color: rgb(51,57,56); }
div.DivClassName
{
background-color: #333938;
}
.BgClassName
{
background-color: #333938;
}
</style>
border-color css
<style>
span { border-color: #333938; }
span { border-color: rgb(51,57,56); }
td.TdClassName
{
border-color: #333938;
}
.TagClassName
{
border-color: #333938;
}
</style>