Shades of Aubergine #251F20
Tints of Aubergine #251F20
RGB
CMYK
RGB Variations
Color information
#251F20 (or 0x251F20) is known color: Aubergine. HEX triplet: 25, 1F and 20. RGB value is (37,31,32). Sum of RGB (Red+Green+Blue) = 37+31+32=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #251F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F20 is #DAE0DF. Grayscale: #202020. Windows color (decimal): -14344416 or 2105125. OLE color: 2105125.
HSL color Cylindrical-coordinate representation of color #251F20: hue angle of 350º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #251F20 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 32 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.85 |
| HSL | 350º | 0.09% | 0.13% | - |
| HSV(B) | 350º | 0.16% | 0.15% | - |
| XYZ | 1.51 | 1.48 | 1.57 | - |
| YUV | 32.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 32 | 0 | 0.16 | 0.14 | 0.85 | 350 | 0.09 | 0.13 |
| Hex | 25 | 1F | 20 | 0 | 10 | E | 55 | 15E | 9 | D |
| Octal | 45 | 37 | 40 | 0 | 20 | 16 | 125 | 536 | 11 | 15 |
| Binary | 100101 | 11111 | 100000 | 0 | 10000 | 1110 | 1010101 | 101011110 | 1001 | 1101 |
Color Harmonies of #251F20
Complementary color
Monochromatic Colors of #251F20
Black with #251F20
Text Example
Text Example
White with #251F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F20; }
p { color: rgb(37,31,32); }
H1.HeaderClassName
{
color: #251F20;
}
.AnyTagClassName
{
color: #251F20;
}
</style>
background-color css
<style>
a { background-color: #251F20; }
a { background-color: rgb(37,31,32); }
div.DivClassName
{
background-color: #251F20;
}
.BgClassName
{
background-color: #251F20;
}
</style>
border-color css
<style>
span { border-color: #251F20; }
span { border-color: rgb(37,31,32); }
td.TdClassName
{
border-color: #251F20;
}
.TagClassName
{
border-color: #251F20;
}
</style>