Shades of Aubergine #251A1D
Tints of Aubergine #251A1D
RGB
CMYK
RGB Variations
Color information
#251A1D (or 0x251A1D) is known color: Aubergine. HEX triplet: 25, 1A and 1D. RGB value is (37,26,29). Sum of RGB (Red+Green+Blue) = 37+26+29=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A1D is #DAE5E2. Grayscale: #1D1D1D. Windows color (decimal): -14345699 or 1907237. OLE color: 1907237.
HSL color Cylindrical-coordinate representation of color #251A1D: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251A1D is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 26 | 29 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.85 |
| HSL | 343.64º | 0.17% | 0.12% | - |
| HSV(B) | 343.64º | 0.3% | 0.15% | - |
| XYZ | 1.35 | 1.22 | 1.33 | - |
| YUV | 29.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 29 | 0 | 0.30 | 0.22 | 0.85 | 343.64 | 0.17 | 0.12 |
| Hex | 25 | 1A | 1D | 0 | 1E | 16 | 55 | 158 | 11 | C |
| Octal | 45 | 32 | 35 | 0 | 36 | 26 | 125 | 530 | 21 | 14 |
| Binary | 100101 | 11010 | 11101 | 0 | 11110 | 10110 | 1010101 | 101011000 | 10001 | 1100 |
Color Harmonies of #251A1D
Complementary color
Monochromatic Colors of #251A1D
Black with #251A1D
Text Example
Text Example
White with #251A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A1D; }
p { color: rgb(37,26,29); }
H1.HeaderClassName
{
color: #251A1D;
}
.AnyTagClassName
{
color: #251A1D;
}
</style>
background-color css
<style>
a { background-color: #251A1D; }
a { background-color: rgb(37,26,29); }
div.DivClassName
{
background-color: #251A1D;
}
.BgClassName
{
background-color: #251A1D;
}
</style>
border-color css
<style>
span { border-color: #251A1D; }
span { border-color: rgb(37,26,29); }
td.TdClassName
{
border-color: #251A1D;
}
.TagClassName
{
border-color: #251A1D;
}
</style>