Shades of Aztec #2C3433
Tints of Aztec #2C3433
RGB
CMYK
RGB Variations
Color information
#2C3433 (or 0x2C3433) is known color: Aztec. HEX triplet: 2C, 34 and 33. RGB value is (44,52,51). Sum of RGB (Red+Green+Blue) = 44+52+51=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3433 is #D3CBCC. Grayscale: #313131. Windows color (decimal): -13880269 or 3355692. OLE color: 3355692.
HSL color Cylindrical-coordinate representation of color #2C3433: hue angle of 172.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2C3433 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 51 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.80 |
| HSL | 172.5º | 0.08% | 0.19% | - |
| HSV(B) | 172.5º | 0.15% | 0.2% | - |
| XYZ | 2.86 | 3.23 | 3.6 | - |
| YUV | 49.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 51 | 0.15 | 0 | 0.02 | 0.80 | 172.5 | 0.08 | 0.19 |
| Hex | 2C | 34 | 33 | F | 0 | 2 | 50 | AC | 8 | 13 |
| Octal | 54 | 64 | 63 | 17 | 0 | 2 | 120 | 254 | 10 | 23 |
| Binary | 101100 | 110100 | 110011 | 1111 | 0 | 10 | 1010000 | 10101100 | 1000 | 10011 |
Color Harmonies of #2C3433
Complementary color
Monochromatic Colors of #2C3433
Black with #2C3433
Text Example
Text Example
White with #2C3433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3433; }
p { color: rgb(44,52,51); }
H1.HeaderClassName
{
color: #2C3433;
}
.AnyTagClassName
{
color: #2C3433;
}
</style>
background-color css
<style>
a { background-color: #2C3433; }
a { background-color: rgb(44,52,51); }
div.DivClassName
{
background-color: #2C3433;
}
.BgClassName
{
background-color: #2C3433;
}
</style>
border-color css
<style>
span { border-color: #2C3433; }
span { border-color: rgb(44,52,51); }
td.TdClassName
{
border-color: #2C3433;
}
.TagClassName
{
border-color: #2C3433;
}
</style>