Shades of Aztec #25312F
Tints of Aztec #25312F
RGB
CMYK
RGB Variations
Color information
#25312F (or 0x25312F) is known color: Aztec. HEX triplet: 25, 31 and 2F. RGB value is (37,49,47). Sum of RGB (Red+Green+Blue) = 37+49+47=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #25312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25312F is #DACED0. Grayscale: #2D2D2D. Windows color (decimal): -14339793 or 3092773. OLE color: 3092773.
HSL color Cylindrical-coordinate representation of color #25312F: hue angle of 170º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25312F is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 49 | 47 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.81 |
| HSL | 170º | 0.14% | 0.17% | - |
| HSV(B) | 170º | 0.24% | 0.19% | - |
| XYZ | 2.37 | 2.8 | 3.1 | - |
| YUV | 45.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 47 | 0.24 | 0 | 0.04 | 0.81 | 170 | 0.14 | 0.17 |
| Hex | 25 | 31 | 2F | 18 | 0 | 4 | 51 | AA | E | 11 |
| Octal | 45 | 61 | 57 | 30 | 0 | 4 | 121 | 252 | 16 | 21 |
| Binary | 100101 | 110001 | 101111 | 11000 | 0 | 100 | 1010001 | 10101010 | 1110 | 10001 |
Color Harmonies of #25312F
Complementary color
Monochromatic Colors of #25312F
Black with #25312F
Text Example
Text Example
White with #25312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25312F; }
p { color: rgb(37,49,47); }
H1.HeaderClassName
{
color: #25312F;
}
.AnyTagClassName
{
color: #25312F;
}
</style>
background-color css
<style>
a { background-color: #25312F; }
a { background-color: rgb(37,49,47); }
div.DivClassName
{
background-color: #25312F;
}
.BgClassName
{
background-color: #25312F;
}
</style>
border-color css
<style>
span { border-color: #25312F; }
span { border-color: rgb(37,49,47); }
td.TdClassName
{
border-color: #25312F;
}
.TagClassName
{
border-color: #25312F;
}
</style>