Shades of Aztec #253935
Tints of Aztec #253935
RGB
CMYK
RGB Variations
Color information
#253935 (or 0x253935) is known color: Aztec. HEX triplet: 25, 39 and 35. RGB value is (37,57,53). Sum of RGB (Red+Green+Blue) = 37+57+53=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 57 - color contains mainly: green. Hex color #253935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253935 is #DAC6CA. Grayscale: #323232. Windows color (decimal): -14337739 or 3488037. OLE color: 3488037.
HSL color Cylindrical-coordinate representation of color #253935: hue angle of 168º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #253935 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 57 | 53 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.78 |
| HSL | 168º | 0.21% | 0.18% | - |
| HSV(B) | 168º | 0.35% | 0.22% | - |
| XYZ | 2.87 | 3.58 | 3.91 | - |
| YUV | 50.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 53 | 0.35 | 0 | 0.07 | 0.78 | 168 | 0.21 | 0.18 |
| Hex | 25 | 39 | 35 | 23 | 0 | 7 | 4E | A8 | 15 | 12 |
| Octal | 45 | 71 | 65 | 43 | 0 | 7 | 116 | 250 | 25 | 22 |
| Binary | 100101 | 111001 | 110101 | 100011 | 0 | 111 | 1001110 | 10101000 | 10101 | 10010 |
Color Harmonies of #253935
Complementary color
Monochromatic Colors of #253935
Black with #253935
Text Example
Text Example
White with #253935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253935; }
p { color: rgb(37,57,53); }
H1.HeaderClassName
{
color: #253935;
}
.AnyTagClassName
{
color: #253935;
}
</style>
background-color css
<style>
a { background-color: #253935; }
a { background-color: rgb(37,57,53); }
div.DivClassName
{
background-color: #253935;
}
.BgClassName
{
background-color: #253935;
}
</style>
border-color css
<style>
span { border-color: #253935; }
span { border-color: rgb(37,57,53); }
td.TdClassName
{
border-color: #253935;
}
.TagClassName
{
border-color: #253935;
}
</style>