Shades of Aubergine #251E1F
Tints of Aubergine #251E1F
RGB
CMYK
RGB Variations
Color information
#251E1F (or 0x251E1F) is known color: Aubergine. HEX triplet: 25, 1E and 1F. RGB value is (37,30,31). Sum of RGB (Red+Green+Blue) = 37+30+31=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 37 - color contains mainly: red. Hex color #251E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E1F is #DAE1E0. Grayscale: #202020. Windows color (decimal): -14344673 or 2039333. OLE color: 2039333.
HSL color Cylindrical-coordinate representation of color #251E1F: hue angle of 351.43º 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 #251E1F is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 31 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.85 |
| HSL | 351.43º | 0.1% | 0.13% | - |
| HSV(B) | 351.43º | 0.19% | 0.15% | - |
| XYZ | 1.47 | 1.42 | 1.49 | - |
| YUV | 32.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 31 | 0 | 0.19 | 0.16 | 0.85 | 351.43 | 0.1 | 0.13 |
| Hex | 25 | 1E | 1F | 0 | 13 | 10 | 55 | 15F | A | D |
| Octal | 45 | 36 | 37 | 0 | 23 | 20 | 125 | 537 | 12 | 15 |
| Binary | 100101 | 11110 | 11111 | 0 | 10011 | 10000 | 1010101 | 101011111 | 1010 | 1101 |
Color Harmonies of #251E1F
Complementary color
Monochromatic Colors of #251E1F
Black with #251E1F
Text Example
Text Example
White with #251E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E1F; }
p { color: rgb(37,30,31); }
H1.HeaderClassName
{
color: #251E1F;
}
.AnyTagClassName
{
color: #251E1F;
}
</style>
background-color css
<style>
a { background-color: #251E1F; }
a { background-color: rgb(37,30,31); }
div.DivClassName
{
background-color: #251E1F;
}
.BgClassName
{
background-color: #251E1F;
}
</style>
border-color css
<style>
span { border-color: #251E1F; }
span { border-color: rgb(37,30,31); }
td.TdClassName
{
border-color: #251E1F;
}
.TagClassName
{
border-color: #251E1F;
}
</style>