Shades of Aztec #273A35
Tints of Aztec #273A35
RGB
CMYK
RGB Variations
Color information
#273A35 (or 0x273A35) is known color: Aztec. HEX triplet: 27, 3A and 35. RGB value is (39,58,53). Sum of RGB (Red+Green+Blue) = 39+58+53=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 58 - color contains mainly: green. Hex color #273A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A35 is #D8C5CA. Grayscale: #333333. Windows color (decimal): -14206411 or 3488295. OLE color: 3488295.
HSL color Cylindrical-coordinate representation of color #273A35: hue angle of 164.21º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #273A35 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 58 | 53 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.77 |
| HSL | 164.21º | 0.2% | 0.19% | - |
| HSV(B) | 164.21º | 0.33% | 0.23% | - |
| XYZ | 2.99 | 3.71 | 3.93 | - |
| YUV | 51.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 53 | 0.33 | 0 | 0.09 | 0.77 | 164.21 | 0.2 | 0.19 |
| Hex | 27 | 3A | 35 | 21 | 0 | 9 | 4D | A4 | 14 | 13 |
| Octal | 47 | 72 | 65 | 41 | 0 | 11 | 115 | 244 | 24 | 23 |
| Binary | 100111 | 111010 | 110101 | 100001 | 0 | 1001 | 1001101 | 10100100 | 10100 | 10011 |
Color Harmonies of #273A35
Complementary color
Monochromatic Colors of #273A35
Black with #273A35
Text Example
Text Example
White with #273A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A35; }
p { color: rgb(39,58,53); }
H1.HeaderClassName
{
color: #273A35;
}
.AnyTagClassName
{
color: #273A35;
}
</style>
background-color css
<style>
a { background-color: #273A35; }
a { background-color: rgb(39,58,53); }
div.DivClassName
{
background-color: #273A35;
}
.BgClassName
{
background-color: #273A35;
}
</style>
border-color css
<style>
span { border-color: #273A35; }
span { border-color: rgb(39,58,53); }
td.TdClassName
{
border-color: #273A35;
}
.TagClassName
{
border-color: #273A35;
}
</style>