Shades of Aztec #273231
Tints of Aztec #273231
RGB
CMYK
RGB Variations
Color information
#273231 (or 0x273231) is known color: Aztec. HEX triplet: 27, 32 and 31. RGB value is (39,50,49). Sum of RGB (Red+Green+Blue) = 39+50+49=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 50 - color contains mainly: green. Hex color #273231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273231 is #D8CDCE. Grayscale: #2E2E2E. Windows color (decimal): -14208463 or 3224103. OLE color: 3224103.
HSL color Cylindrical-coordinate representation of color #273231: hue angle of 174.55º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #273231 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 49 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.80 |
| HSL | 174.55º | 0.12% | 0.17% | - |
| HSV(B) | 174.55º | 0.22% | 0.2% | - |
| XYZ | 2.53 | 2.93 | 3.34 | - |
| YUV | 46.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 49 | 0.22 | 0 | 0.02 | 0.80 | 174.55 | 0.12 | 0.17 |
| Hex | 27 | 32 | 31 | 16 | 0 | 2 | 50 | AF | C | 11 |
| Octal | 47 | 62 | 61 | 26 | 0 | 2 | 120 | 257 | 14 | 21 |
| Binary | 100111 | 110010 | 110001 | 10110 | 0 | 10 | 1010000 | 10101111 | 1100 | 10001 |
Color Harmonies of #273231
Complementary color
Monochromatic Colors of #273231
Black with #273231
Text Example
Text Example
White with #273231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273231; }
p { color: rgb(39,50,49); }
H1.HeaderClassName
{
color: #273231;
}
.AnyTagClassName
{
color: #273231;
}
</style>
background-color css
<style>
a { background-color: #273231; }
a { background-color: rgb(39,50,49); }
div.DivClassName
{
background-color: #273231;
}
.BgClassName
{
background-color: #273231;
}
</style>
border-color css
<style>
span { border-color: #273231; }
span { border-color: rgb(39,50,49); }
td.TdClassName
{
border-color: #273231;
}
.TagClassName
{
border-color: #273231;
}
</style>