Shades of Aztec #273332
Tints of Aztec #273332
RGB
CMYK
RGB Variations
Color information
#273332 (or 0x273332) is known color: Aztec. HEX triplet: 27, 33 and 32. RGB value is (39,51,50). Sum of RGB (Red+Green+Blue) = 39+51+50=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 51 - color contains mainly: green. Hex color #273332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273332 is #D8CCCD. Grayscale: #2F2F2F. Windows color (decimal): -14208206 or 3289895. OLE color: 3289895.
HSL color Cylindrical-coordinate representation of color #273332: hue angle of 175º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #273332 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 39 | 51 | 50 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.8 |
| HSL | 175º | 0.13% | 0.18% | - |
| HSV(B) | 175º | 0.24% | 0.2% | - |
| XYZ | 2.6 | 3.03 | 3.47 | - |
| YUV | 47.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 50 | 0.24 | 0 | 0.02 | 0.8 | 175 | 0.13 | 0.18 |
| Hex | 27 | 33 | 32 | 18 | 0 | 2 | 50 | AF | D | 12 |
| Octal | 47 | 63 | 62 | 30 | 0 | 2 | 120 | 257 | 15 | 22 |
| Binary | 100111 | 110011 | 110010 | 11000 | 0 | 10 | 1010000 | 10101111 | 1101 | 10010 |
Color Harmonies of #273332
Complementary color
Monochromatic Colors of #273332
Black with #273332
Text Example
Text Example
White with #273332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273332; }
p { color: rgb(39,51,50); }
H1.HeaderClassName
{
color: #273332;
}
.AnyTagClassName
{
color: #273332;
}
</style>
background-color css
<style>
a { background-color: #273332; }
a { background-color: rgb(39,51,50); }
div.DivClassName
{
background-color: #273332;
}
.BgClassName
{
background-color: #273332;
}
</style>
border-color css
<style>
span { border-color: #273332; }
span { border-color: rgb(39,51,50); }
td.TdClassName
{
border-color: #273332;
}
.TagClassName
{
border-color: #273332;
}
</style>