Shades of Aztec #273C3A
Tints of Aztec #273C3A
RGB
CMYK
RGB Variations
Color information
#273C3A (or 0x273C3A) is known color: Aztec. HEX triplet: 27, 3C and 3A. RGB value is (39,60,58). Sum of RGB (Red+Green+Blue) = 39+60+58=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #273C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C3A is #D8C3C5. Grayscale: #353535. Windows color (decimal): -14205894 or 3816487. OLE color: 3816487.
HSL color Cylindrical-coordinate representation of color #273C3A: hue angle of 174.29º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273C3A is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 58 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.76 |
| HSL | 174.29º | 0.21% | 0.19% | - |
| HSV(B) | 174.29º | 0.35% | 0.24% | - |
| XYZ | 3.22 | 3.97 | 4.6 | - |
| YUV | 53.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 58 | 0.35 | 0 | 0.03 | 0.76 | 174.29 | 0.21 | 0.19 |
| Hex | 27 | 3C | 3A | 23 | 0 | 3 | 4C | AE | 15 | 13 |
| Octal | 47 | 74 | 72 | 43 | 0 | 3 | 114 | 256 | 25 | 23 |
| Binary | 100111 | 111100 | 111010 | 100011 | 0 | 11 | 1001100 | 10101110 | 10101 | 10011 |
Color Harmonies of #273C3A
Complementary color
Monochromatic Colors of #273C3A
Black with #273C3A
Text Example
Text Example
White with #273C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C3A; }
p { color: rgb(39,60,58); }
H1.HeaderClassName
{
color: #273C3A;
}
.AnyTagClassName
{
color: #273C3A;
}
</style>
background-color css
<style>
a { background-color: #273C3A; }
a { background-color: rgb(39,60,58); }
div.DivClassName
{
background-color: #273C3A;
}
.BgClassName
{
background-color: #273C3A;
}
</style>
border-color css
<style>
span { border-color: #273C3A; }
span { border-color: rgb(39,60,58); }
td.TdClassName
{
border-color: #273C3A;
}
.TagClassName
{
border-color: #273C3A;
}
</style>