Shades of Aztec #253D3B
Tints of Aztec #253D3B
RGB
CMYK
RGB Variations
Color information
#253D3B (or 0x253D3B) is known color: Aztec. HEX triplet: 25, 3D and 3B. RGB value is (37,61,59). Sum of RGB (Red+Green+Blue) = 37+61+59=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #253D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D3B is #DAC2C4. Grayscale: #353535. Windows color (decimal): -14336709 or 3882277. OLE color: 3882277.
HSL color Cylindrical-coordinate representation of color #253D3B: hue angle of 175º 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 #253D3B is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 59 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.76 |
| HSL | 175º | 0.24% | 0.19% | - |
| HSV(B) | 175º | 0.39% | 0.24% | - |
| XYZ | 3.22 | 4.05 | 4.75 | - |
| YUV | 53.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 59 | 0.39 | 0 | 0.03 | 0.76 | 175 | 0.24 | 0.19 |
| Hex | 25 | 3D | 3B | 27 | 0 | 3 | 4C | AF | 18 | 13 |
| Octal | 45 | 75 | 73 | 47 | 0 | 3 | 114 | 257 | 30 | 23 |
| Binary | 100101 | 111101 | 111011 | 100111 | 0 | 11 | 1001100 | 10101111 | 11000 | 10011 |
Color Harmonies of #253D3B
Complementary color
Monochromatic Colors of #253D3B
Black with #253D3B
Text Example
Text Example
White with #253D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D3B; }
p { color: rgb(37,61,59); }
H1.HeaderClassName
{
color: #253D3B;
}
.AnyTagClassName
{
color: #253D3B;
}
</style>
background-color css
<style>
a { background-color: #253D3B; }
a { background-color: rgb(37,61,59); }
div.DivClassName
{
background-color: #253D3B;
}
.BgClassName
{
background-color: #253D3B;
}
</style>
border-color css
<style>
span { border-color: #253D3B; }
span { border-color: rgb(37,61,59); }
td.TdClassName
{
border-color: #253D3B;
}
.TagClassName
{
border-color: #253D3B;
}
</style>