Shades of Aztec #343A39
Tints of Aztec #343A39
RGB
CMYK
RGB Variations
Color information
#343A39 (or 0x343A39) is known color: Aztec. HEX triplet: 34, 3A and 39. RGB value is (52,58,57). Sum of RGB (Red+Green+Blue) = 52+58+57=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 58 - color contains mainly: green. Hex color #343A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A39 is #CBC5C6. Grayscale: #383838. Windows color (decimal): -13354439 or 3750452. OLE color: 3750452.
HSL color Cylindrical-coordinate representation of color #343A39: hue angle of 170º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #343A39 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 58 | 57 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.77 |
| HSL | 170º | 0.05% | 0.22% | - |
| HSV(B) | 170º | 0.1% | 0.23% | - |
| XYZ | 3.67 | 4.05 | 4.46 | - |
| YUV | 56.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 57 | 0.10 | 0 | 0.02 | 0.77 | 170 | 0.05 | 0.22 |
| Hex | 34 | 3A | 39 | A | 0 | 2 | 4D | AA | 5 | 16 |
| Octal | 64 | 72 | 71 | 12 | 0 | 2 | 115 | 252 | 5 | 26 |
| Binary | 110100 | 111010 | 111001 | 1010 | 0 | 10 | 1001101 | 10101010 | 101 | 10110 |
Color Harmonies of #343A39
Complementary color
Monochromatic Colors of #343A39
Black with #343A39
Text Example
Text Example
White with #343A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A39; }
p { color: rgb(52,58,57); }
H1.HeaderClassName
{
color: #343A39;
}
.AnyTagClassName
{
color: #343A39;
}
</style>
background-color css
<style>
a { background-color: #343A39; }
a { background-color: rgb(52,58,57); }
div.DivClassName
{
background-color: #343A39;
}
.BgClassName
{
background-color: #343A39;
}
</style>
border-color css
<style>
span { border-color: #343A39; }
span { border-color: rgb(52,58,57); }
td.TdClassName
{
border-color: #343A39;
}
.TagClassName
{
border-color: #343A39;
}
</style>