Shades of Aztec #273B36
Tints of Aztec #273B36
RGB
CMYK
RGB Variations
Color information
#273B36 (or 0x273B36) is known color: Aztec. HEX triplet: 27, 3B and 36. RGB value is (39,59,54). Sum of RGB (Red+Green+Blue) = 39+59+54=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 59 - color contains mainly: green. Hex color #273B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B36 is #D8C4C9. Grayscale: #343434. Windows color (decimal): -14206154 or 3554087. OLE color: 3554087.
HSL color Cylindrical-coordinate representation of color #273B36: hue angle of 165º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #273B36 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 59 | 54 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.77 |
| HSL | 165º | 0.2% | 0.19% | - |
| HSV(B) | 165º | 0.34% | 0.23% | - |
| XYZ | 3.07 | 3.83 | 4.07 | - |
| YUV | 52.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 54 | 0.34 | 0 | 0.08 | 0.77 | 165 | 0.2 | 0.19 |
| Hex | 27 | 3B | 36 | 22 | 0 | 8 | 4D | A5 | 14 | 13 |
| Octal | 47 | 73 | 66 | 42 | 0 | 10 | 115 | 245 | 24 | 23 |
| Binary | 100111 | 111011 | 110110 | 100010 | 0 | 1000 | 1001101 | 10100101 | 10100 | 10011 |
Color Harmonies of #273B36
Complementary color
Monochromatic Colors of #273B36
Black with #273B36
Text Example
Text Example
White with #273B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B36; }
p { color: rgb(39,59,54); }
H1.HeaderClassName
{
color: #273B36;
}
.AnyTagClassName
{
color: #273B36;
}
</style>
background-color css
<style>
a { background-color: #273B36; }
a { background-color: rgb(39,59,54); }
div.DivClassName
{
background-color: #273B36;
}
.BgClassName
{
background-color: #273B36;
}
</style>
border-color css
<style>
span { border-color: #273B36; }
span { border-color: rgb(39,59,54); }
td.TdClassName
{
border-color: #273B36;
}
.TagClassName
{
border-color: #273B36;
}
</style>