Shades of Aztec #293B39
Tints of Aztec #293B39
RGB
CMYK
RGB Variations
Color information
#293B39 (or 0x293B39) is known color: Aztec. HEX triplet: 29, 3B and 39. RGB value is (41,59,57). Sum of RGB (Red+Green+Blue) = 41+59+57=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 59 - color contains mainly: green. Hex color #293B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B39 is #D6C4C6. Grayscale: #353535. Windows color (decimal): -14075079 or 3750697. OLE color: 3750697.
HSL color Cylindrical-coordinate representation of color #293B39: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293B39 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 57 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.77 |
| HSL | 173.33º | 0.18% | 0.2% | - |
| HSV(B) | 173.33º | 0.31% | 0.23% | - |
| XYZ | 3.22 | 3.89 | 4.45 | - |
| YUV | 53.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 57 | 0.31 | 0 | 0.03 | 0.77 | 173.33 | 0.18 | 0.2 |
| Hex | 29 | 3B | 39 | 1F | 0 | 3 | 4D | AD | 12 | 14 |
| Octal | 51 | 73 | 71 | 37 | 0 | 3 | 115 | 255 | 22 | 24 |
| Binary | 101001 | 111011 | 111001 | 11111 | 0 | 11 | 1001101 | 10101101 | 10010 | 10100 |
Color Harmonies of #293B39
Complementary color
Monochromatic Colors of #293B39
Black with #293B39
Text Example
Text Example
White with #293B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B39; }
p { color: rgb(41,59,57); }
H1.HeaderClassName
{
color: #293B39;
}
.AnyTagClassName
{
color: #293B39;
}
</style>
background-color css
<style>
a { background-color: #293B39; }
a { background-color: rgb(41,59,57); }
div.DivClassName
{
background-color: #293B39;
}
.BgClassName
{
background-color: #293B39;
}
</style>
border-color css
<style>
span { border-color: #293B39; }
span { border-color: rgb(41,59,57); }
td.TdClassName
{
border-color: #293B39;
}
.TagClassName
{
border-color: #293B39;
}
</style>