Shades of Aubergine #251D20
Tints of Aubergine #251D20
RGB
CMYK
RGB Variations
Color information
#251D20 (or 0x251D20) is known color: Aubergine. HEX triplet: 25, 1D and 20. RGB value is (37,29,32). Sum of RGB (Red+Green+Blue) = 37+29+32=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 37 - color contains mainly: red. Hex color #251D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D20 is #DAE2DF. Grayscale: #1F1F1F. Windows color (decimal): -14344928 or 2104613. OLE color: 2104613.
HSL color Cylindrical-coordinate representation of color #251D20: hue angle of 337.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #251D20 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 32 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.85 |
| HSL | 337.5º | 0.12% | 0.13% | - |
| HSV(B) | 337.5º | 0.22% | 0.15% | - |
| XYZ | 1.46 | 1.38 | 1.56 | - |
| YUV | 31.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 32 | 0 | 0.22 | 0.14 | 0.85 | 337.5 | 0.12 | 0.13 |
| Hex | 25 | 1D | 20 | 0 | 16 | E | 55 | 152 | C | D |
| Octal | 45 | 35 | 40 | 0 | 26 | 16 | 125 | 522 | 14 | 15 |
| Binary | 100101 | 11101 | 100000 | 0 | 10110 | 1110 | 1010101 | 101010010 | 1100 | 1101 |
Color Harmonies of #251D20
Complementary color
Monochromatic Colors of #251D20
Black with #251D20
Text Example
Text Example
White with #251D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D20; }
p { color: rgb(37,29,32); }
H1.HeaderClassName
{
color: #251D20;
}
.AnyTagClassName
{
color: #251D20;
}
</style>
background-color css
<style>
a { background-color: #251D20; }
a { background-color: rgb(37,29,32); }
div.DivClassName
{
background-color: #251D20;
}
.BgClassName
{
background-color: #251D20;
}
</style>
border-color css
<style>
span { border-color: #251D20; }
span { border-color: rgb(37,29,32); }
td.TdClassName
{
border-color: #251D20;
}
.TagClassName
{
border-color: #251D20;
}
</style>