Shades of Aztec #2E3A39
Tints of Aztec #2E3A39
RGB
CMYK
RGB Variations
Color information
#2E3A39 (or 0x2E3A39) is known color: Aztec. HEX triplet: 2E, 3A and 39. RGB value is (46,58,57). Sum of RGB (Red+Green+Blue) = 46+58+57=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A39 is #D1C5C6. Grayscale: #363636. Windows color (decimal): -13747655 or 3750446. OLE color: 3750446.
HSL color Cylindrical-coordinate representation of color #2E3A39: hue angle of 175º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E3A39 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 58 | 57 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.77 |
| HSL | 175º | 0.12% | 0.2% | - |
| HSV(B) | 175º | 0.21% | 0.23% | - |
| XYZ | 3.38 | 3.9 | 4.45 | - |
| YUV | 54.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 57 | 0.21 | 0 | 0.02 | 0.77 | 175 | 0.12 | 0.2 |
| Hex | 2E | 3A | 39 | 15 | 0 | 2 | 4D | AF | C | 14 |
| Octal | 56 | 72 | 71 | 25 | 0 | 2 | 115 | 257 | 14 | 24 |
| Binary | 101110 | 111010 | 111001 | 10101 | 0 | 10 | 1001101 | 10101111 | 1100 | 10100 |
Color Harmonies of #2E3A39
Complementary color
Monochromatic Colors of #2E3A39
Black with #2E3A39
Text Example
Text Example
White with #2E3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A39; }
p { color: rgb(46,58,57); }
H1.HeaderClassName
{
color: #2E3A39;
}
.AnyTagClassName
{
color: #2E3A39;
}
</style>
background-color css
<style>
a { background-color: #2E3A39; }
a { background-color: rgb(46,58,57); }
div.DivClassName
{
background-color: #2E3A39;
}
.BgClassName
{
background-color: #2E3A39;
}
</style>
border-color css
<style>
span { border-color: #2E3A39; }
span { border-color: rgb(46,58,57); }
td.TdClassName
{
border-color: #2E3A39;
}
.TagClassName
{
border-color: #2E3A39;
}
</style>