Shades of Aztec #273C39
Tints of Aztec #273C39
RGB
CMYK
RGB Variations
Color information
#273C39 (or 0x273C39) is known color: Aztec. HEX triplet: 27, 3C and 39. RGB value is (39,60,57). Sum of RGB (Red+Green+Blue) = 39+60+57=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 60 - color contains mainly: green. Hex color #273C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C39 is #D8C3C6. Grayscale: #353535. Windows color (decimal): -14205895 or 3750951. OLE color: 3750951.
HSL color Cylindrical-coordinate representation of color #273C39: hue angle of 171.43º 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 #273C39 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 57 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.76 |
| HSL | 171.43º | 0.21% | 0.19% | - |
| HSV(B) | 171.43º | 0.35% | 0.24% | - |
| XYZ | 3.19 | 3.96 | 4.47 | - |
| YUV | 53.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 57 | 0.35 | 0 | 0.05 | 0.76 | 171.43 | 0.21 | 0.19 |
| Hex | 27 | 3C | 39 | 23 | 0 | 5 | 4C | AB | 15 | 13 |
| Octal | 47 | 74 | 71 | 43 | 0 | 5 | 114 | 253 | 25 | 23 |
| Binary | 100111 | 111100 | 111001 | 100011 | 0 | 101 | 1001100 | 10101011 | 10101 | 10011 |
Color Harmonies of #273C39
Complementary color
Monochromatic Colors of #273C39
Black with #273C39
Text Example
Text Example
White with #273C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C39; }
p { color: rgb(39,60,57); }
H1.HeaderClassName
{
color: #273C39;
}
.AnyTagClassName
{
color: #273C39;
}
</style>
background-color css
<style>
a { background-color: #273C39; }
a { background-color: rgb(39,60,57); }
div.DivClassName
{
background-color: #273C39;
}
.BgClassName
{
background-color: #273C39;
}
</style>
border-color css
<style>
span { border-color: #273C39; }
span { border-color: rgb(39,60,57); }
td.TdClassName
{
border-color: #273C39;
}
.TagClassName
{
border-color: #273C39;
}
</style>