Shades of Aztec #293130
Tints of Aztec #293130
RGB
CMYK
RGB Variations
Color information
#293130 (or 0x293130) is known color: Aztec. HEX triplet: 29, 31 and 30. RGB value is (41,49,48). Sum of RGB (Red+Green+Blue) = 41+49+48=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 49 - color contains mainly: green. Hex color #293130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293130 is #D6CECF. Grayscale: #2E2E2E. Windows color (decimal): -14077648 or 3158313. OLE color: 3158313.
HSL color Cylindrical-coordinate representation of color #293130: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #293130 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 49 | 48 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.81 |
| HSL | 172.5º | 0.09% | 0.18% | - |
| HSV(B) | 172.5º | 0.16% | 0.19% | - |
| XYZ | 2.55 | 2.88 | 3.22 | - |
| YUV | 46.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 48 | 0.16 | 0 | 0.02 | 0.81 | 172.5 | 0.09 | 0.18 |
| Hex | 29 | 31 | 30 | 10 | 0 | 2 | 51 | AC | 9 | 12 |
| Octal | 51 | 61 | 60 | 20 | 0 | 2 | 121 | 254 | 11 | 22 |
| Binary | 101001 | 110001 | 110000 | 10000 | 0 | 10 | 1010001 | 10101100 | 1001 | 10010 |
Color Harmonies of #293130
Complementary color
Monochromatic Colors of #293130
Black with #293130
Text Example
Text Example
White with #293130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293130; }
p { color: rgb(41,49,48); }
H1.HeaderClassName
{
color: #293130;
}
.AnyTagClassName
{
color: #293130;
}
</style>
background-color css
<style>
a { background-color: #293130; }
a { background-color: rgb(41,49,48); }
div.DivClassName
{
background-color: #293130;
}
.BgClassName
{
background-color: #293130;
}
</style>
border-color css
<style>
span { border-color: #293130; }
span { border-color: rgb(41,49,48); }
td.TdClassName
{
border-color: #293130;
}
.TagClassName
{
border-color: #293130;
}
</style>