Shades of Aubergine #25181D
Tints of Aubergine #25181D
RGB
CMYK
RGB Variations
Color information
#25181D (or 0x25181D) is known color: Aubergine. HEX triplet: 25, 18 and 1D. RGB value is (37,24,29). Sum of RGB (Red+Green+Blue) = 37+24+29=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #25181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25181D is #DAE7E2. Grayscale: #1C1C1C. Windows color (decimal): -14346211 or 1906725. OLE color: 1906725.
HSL color Cylindrical-coordinate representation of color #25181D: hue angle of 336.92º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #25181D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 24 | 29 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.85 |
| HSL | 336.92º | 0.21% | 0.12% | - |
| HSV(B) | 336.92º | 0.35% | 0.15% | - |
| XYZ | 1.31 | 1.14 | 1.31 | - |
| YUV | 28.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 29 | 0 | 0.35 | 0.22 | 0.85 | 336.92 | 0.21 | 0.12 |
| Hex | 25 | 18 | 1D | 0 | 23 | 16 | 55 | 151 | 15 | C |
| Octal | 45 | 30 | 35 | 0 | 43 | 26 | 125 | 521 | 25 | 14 |
| Binary | 100101 | 11000 | 11101 | 0 | 100011 | 10110 | 1010101 | 101010001 | 10101 | 1100 |
Color Harmonies of #25181D
Complementary color
Monochromatic Colors of #25181D
Black with #25181D
Text Example
Text Example
White with #25181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25181D; }
p { color: rgb(37,24,29); }
H1.HeaderClassName
{
color: #25181D;
}
.AnyTagClassName
{
color: #25181D;
}
</style>
background-color css
<style>
a { background-color: #25181D; }
a { background-color: rgb(37,24,29); }
div.DivClassName
{
background-color: #25181D;
}
.BgClassName
{
background-color: #25181D;
}
</style>
border-color css
<style>
span { border-color: #25181D; }
span { border-color: rgb(37,24,29); }
td.TdClassName
{
border-color: #25181D;
}
.TagClassName
{
border-color: #25181D;
}
</style>