Shades of Aztec #293C3B
Tints of Aztec #293C3B
RGB
CMYK
RGB Variations
Color information
#293C3B (or 0x293C3B) is known color: Aztec. HEX triplet: 29, 3C and 3B. RGB value is (41,60,59). Sum of RGB (Red+Green+Blue) = 41+60+59=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 60 - color contains mainly: green. Hex color #293C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C3B is #D6C3C4. Grayscale: #363636. Windows color (decimal): -14074821 or 3882025. OLE color: 3882025.
HSL color Cylindrical-coordinate representation of color #293C3B: hue angle of 176.84º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #293C3B is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 60 | 59 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.76 |
| HSL | 176.84º | 0.19% | 0.2% | - |
| HSV(B) | 176.84º | 0.32% | 0.24% | - |
| XYZ | 3.32 | 4.02 | 4.74 | - |
| YUV | 54.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 59 | 0.32 | 0 | 0.02 | 0.76 | 176.84 | 0.19 | 0.2 |
| Hex | 29 | 3C | 3B | 20 | 0 | 2 | 4C | B1 | 13 | 14 |
| Octal | 51 | 74 | 73 | 40 | 0 | 2 | 114 | 261 | 23 | 24 |
| Binary | 101001 | 111100 | 111011 | 100000 | 0 | 10 | 1001100 | 10110001 | 10011 | 10100 |
Color Harmonies of #293C3B
Complementary color
Monochromatic Colors of #293C3B
Black with #293C3B
Text Example
Text Example
White with #293C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C3B; }
p { color: rgb(41,60,59); }
H1.HeaderClassName
{
color: #293C3B;
}
.AnyTagClassName
{
color: #293C3B;
}
</style>
background-color css
<style>
a { background-color: #293C3B; }
a { background-color: rgb(41,60,59); }
div.DivClassName
{
background-color: #293C3B;
}
.BgClassName
{
background-color: #293C3B;
}
</style>
border-color css
<style>
span { border-color: #293C3B; }
span { border-color: rgb(41,60,59); }
td.TdClassName
{
border-color: #293C3B;
}
.TagClassName
{
border-color: #293C3B;
}
</style>