Shades of Aubergine #251C1E
Tints of Aubergine #251C1E
RGB
CMYK
RGB Variations
Color information
#251C1E (or 0x251C1E) is known color: Aubergine. HEX triplet: 25, 1C and 1E. RGB value is (37,28,30). Sum of RGB (Red+Green+Blue) = 37+28+30=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1E is #DAE3E1. Grayscale: #1E1E1E. Windows color (decimal): -14345186 or 1973285. OLE color: 1973285.
HSL color Cylindrical-coordinate representation of color #251C1E: hue angle of 346.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #251C1E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 30 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.85 |
| HSL | 346.67º | 0.14% | 0.13% | - |
| HSV(B) | 346.67º | 0.24% | 0.15% | - |
| XYZ | 1.41 | 1.32 | 1.41 | - |
| YUV | 30.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 30 | 0 | 0.24 | 0.19 | 0.85 | 346.67 | 0.14 | 0.13 |
| Hex | 25 | 1C | 1E | 0 | 18 | 13 | 55 | 15B | E | D |
| Octal | 45 | 34 | 36 | 0 | 30 | 23 | 125 | 533 | 16 | 15 |
| Binary | 100101 | 11100 | 11110 | 0 | 11000 | 10011 | 1010101 | 101011011 | 1110 | 1101 |
Color Harmonies of #251C1E
Complementary color
Monochromatic Colors of #251C1E
Black with #251C1E
Text Example
Text Example
White with #251C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C1E; }
p { color: rgb(37,28,30); }
H1.HeaderClassName
{
color: #251C1E;
}
.AnyTagClassName
{
color: #251C1E;
}
</style>
background-color css
<style>
a { background-color: #251C1E; }
a { background-color: rgb(37,28,30); }
div.DivClassName
{
background-color: #251C1E;
}
.BgClassName
{
background-color: #251C1E;
}
</style>
border-color css
<style>
span { border-color: #251C1E; }
span { border-color: rgb(37,28,30); }
td.TdClassName
{
border-color: #251C1E;
}
.TagClassName
{
border-color: #251C1E;
}
</style>