Shades of Aztec #253D39
Tints of Aztec #253D39
RGB
CMYK
RGB Variations
Color information
#253D39 (or 0x253D39) is known color: Aztec. HEX triplet: 25, 3D and 39. RGB value is (37,61,57). Sum of RGB (Red+Green+Blue) = 37+61+57=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #253D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D39 is #DAC2C6. Grayscale: #353535. Windows color (decimal): -14336711 or 3751205. OLE color: 3751205.
HSL color Cylindrical-coordinate representation of color #253D39: hue angle of 170º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D39 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 57 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.76 |
| HSL | 170º | 0.24% | 0.19% | - |
| HSV(B) | 170º | 0.39% | 0.24% | - |
| XYZ | 3.17 | 4.03 | 4.48 | - |
| YUV | 53.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 57 | 0.39 | 0 | 0.07 | 0.76 | 170 | 0.24 | 0.19 |
| Hex | 25 | 3D | 39 | 27 | 0 | 7 | 4C | AA | 18 | 13 |
| Octal | 45 | 75 | 71 | 47 | 0 | 7 | 114 | 252 | 30 | 23 |
| Binary | 100101 | 111101 | 111001 | 100111 | 0 | 111 | 1001100 | 10101010 | 11000 | 10011 |
Color Harmonies of #253D39
Complementary color
Monochromatic Colors of #253D39
Black with #253D39
Text Example
Text Example
White with #253D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D39; }
p { color: rgb(37,61,57); }
H1.HeaderClassName
{
color: #253D39;
}
.AnyTagClassName
{
color: #253D39;
}
</style>
background-color css
<style>
a { background-color: #253D39; }
a { background-color: rgb(37,61,57); }
div.DivClassName
{
background-color: #253D39;
}
.BgClassName
{
background-color: #253D39;
}
</style>
border-color css
<style>
span { border-color: #253D39; }
span { border-color: rgb(37,61,57); }
td.TdClassName
{
border-color: #253D39;
}
.TagClassName
{
border-color: #253D39;
}
</style>