Shades of Aztec #293332
Tints of Aztec #293332
RGB
CMYK
RGB Variations
Color information
#293332 (or 0x293332) is known color: Aztec. HEX triplet: 29, 33 and 32. RGB value is (41,51,50). Sum of RGB (Red+Green+Blue) = 41+51+50=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 51 - color contains mainly: green. Hex color #293332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293332 is #D6CCCD. Grayscale: #2F2F2F. Windows color (decimal): -14077134 or 3289897. OLE color: 3289897.
HSL color Cylindrical-coordinate representation of color #293332: hue angle of 174º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #293332 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 51 | 50 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.8 |
| HSL | 174º | 0.11% | 0.18% | - |
| HSV(B) | 174º | 0.2% | 0.2% | - |
| XYZ | 2.67 | 3.07 | 3.47 | - |
| YUV | 47.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 50 | 0.20 | 0 | 0.02 | 0.8 | 174 | 0.11 | 0.18 |
| Hex | 29 | 33 | 32 | 14 | 0 | 2 | 50 | AE | B | 12 |
| Octal | 51 | 63 | 62 | 24 | 0 | 2 | 120 | 256 | 13 | 22 |
| Binary | 101001 | 110011 | 110010 | 10100 | 0 | 10 | 1010000 | 10101110 | 1011 | 10010 |
Color Harmonies of #293332
Complementary color
Monochromatic Colors of #293332
Black with #293332
Text Example
Text Example
White with #293332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293332; }
p { color: rgb(41,51,50); }
H1.HeaderClassName
{
color: #293332;
}
.AnyTagClassName
{
color: #293332;
}
</style>
background-color css
<style>
a { background-color: #293332; }
a { background-color: rgb(41,51,50); }
div.DivClassName
{
background-color: #293332;
}
.BgClassName
{
background-color: #293332;
}
</style>
border-color css
<style>
span { border-color: #293332; }
span { border-color: rgb(41,51,50); }
td.TdClassName
{
border-color: #293332;
}
.TagClassName
{
border-color: #293332;
}
</style>