Shades of Aztec #2C3332
Tints of Aztec #2C3332
RGB
CMYK
RGB Variations
Color information
#2C3332 (or 0x2C3332) is known color: Aztec. HEX triplet: 2C, 33 and 32. RGB value is (44,51,50). Sum of RGB (Red+Green+Blue) = 44+51+50=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 51 - color contains mainly: green. Hex color #2C3332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3332 is #D3CCCD. Grayscale: #303030. Windows color (decimal): -13880526 or 3289900. OLE color: 3289900.
HSL color Cylindrical-coordinate representation of color #2C3332: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2C3332 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 44 | 51 | 50 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.8 |
| HSL | 171.43º | 0.07% | 0.19% | - |
| HSV(B) | 171.43º | 0.14% | 0.2% | - |
| XYZ | 2.8 | 3.13 | 3.47 | - |
| YUV | 48.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 50 | 0.14 | 0 | 0.02 | 0.8 | 171.43 | 0.07 | 0.19 |
| Hex | 2C | 33 | 32 | E | 0 | 2 | 50 | AB | 7 | 13 |
| Octal | 54 | 63 | 62 | 16 | 0 | 2 | 120 | 253 | 7 | 23 |
| Binary | 101100 | 110011 | 110010 | 1110 | 0 | 10 | 1010000 | 10101011 | 111 | 10011 |
Color Harmonies of #2C3332
Complementary color
Monochromatic Colors of #2C3332
Black with #2C3332
Text Example
Text Example
White with #2C3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3332; }
p { color: rgb(44,51,50); }
H1.HeaderClassName
{
color: #2C3332;
}
.AnyTagClassName
{
color: #2C3332;
}
</style>
background-color css
<style>
a { background-color: #2C3332; }
a { background-color: rgb(44,51,50); }
div.DivClassName
{
background-color: #2C3332;
}
.BgClassName
{
background-color: #2C3332;
}
</style>
border-color css
<style>
span { border-color: #2C3332; }
span { border-color: rgb(44,51,50); }
td.TdClassName
{
border-color: #2C3332;
}
.TagClassName
{
border-color: #2C3332;
}
</style>