Shades of Aubergine #251E20
Tints of Aubergine #251E20
RGB
CMYK
RGB Variations
Color information
#251E20 (or 0x251E20) is known color: Aubergine. HEX triplet: 25, 1E and 20. RGB value is (37,30,32). Sum of RGB (Red+Green+Blue) = 37+30+32=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 37 - color contains mainly: red. Hex color #251E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E20 is #DAE1DF. Grayscale: #202020. Windows color (decimal): -14344672 or 2104869. OLE color: 2104869.
HSL color Cylindrical-coordinate representation of color #251E20: hue angle of 342.86º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #251E20 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 32 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.85 |
| HSL | 342.86º | 0.1% | 0.13% | - |
| HSV(B) | 342.86º | 0.19% | 0.15% | - |
| XYZ | 1.49 | 1.43 | 1.56 | - |
| YUV | 32.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 32 | 0 | 0.19 | 0.14 | 0.85 | 342.86 | 0.1 | 0.13 |
| Hex | 25 | 1E | 20 | 0 | 13 | E | 55 | 157 | A | D |
| Octal | 45 | 36 | 40 | 0 | 23 | 16 | 125 | 527 | 12 | 15 |
| Binary | 100101 | 11110 | 100000 | 0 | 10011 | 1110 | 1010101 | 101010111 | 1010 | 1101 |
Color Harmonies of #251E20
Complementary color
Monochromatic Colors of #251E20
Black with #251E20
Text Example
Text Example
White with #251E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E20; }
p { color: rgb(37,30,32); }
H1.HeaderClassName
{
color: #251E20;
}
.AnyTagClassName
{
color: #251E20;
}
</style>
background-color css
<style>
a { background-color: #251E20; }
a { background-color: rgb(37,30,32); }
div.DivClassName
{
background-color: #251E20;
}
.BgClassName
{
background-color: #251E20;
}
</style>
border-color css
<style>
span { border-color: #251E20; }
span { border-color: rgb(37,30,32); }
td.TdClassName
{
border-color: #251E20;
}
.TagClassName
{
border-color: #251E20;
}
</style>