Shades of Aubergine #25191C
Tints of Aubergine #25191C
RGB
CMYK
RGB Variations
Color information
#25191C (or 0x25191C) is known color: Aubergine. HEX triplet: 25, 19 and 1C. RGB value is (37,25,28). Sum of RGB (Red+Green+Blue) = 37+25+28=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #25191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191C is #DAE6E3. Grayscale: #1C1C1C. Windows color (decimal): -14345956 or 1841445. OLE color: 1841445.
HSL color Cylindrical-coordinate representation of color #25191C: hue angle of 345º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #25191C is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 25 | 28 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.85 |
| HSL | 345º | 0.19% | 0.12% | - |
| HSV(B) | 345º | 0.32% | 0.15% | - |
| XYZ | 1.32 | 1.17 | 1.26 | - |
| YUV | 28.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 28 | 0 | 0.32 | 0.24 | 0.85 | 345 | 0.19 | 0.12 |
| Hex | 25 | 19 | 1C | 0 | 20 | 18 | 55 | 159 | 13 | C |
| Octal | 45 | 31 | 34 | 0 | 40 | 30 | 125 | 531 | 23 | 14 |
| Binary | 100101 | 11001 | 11100 | 0 | 100000 | 11000 | 1010101 | 101011001 | 10011 | 1100 |
Color Harmonies of #25191C
Complementary color
Monochromatic Colors of #25191C
Black with #25191C
Text Example
Text Example
White with #25191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25191C; }
p { color: rgb(37,25,28); }
H1.HeaderClassName
{
color: #25191C;
}
.AnyTagClassName
{
color: #25191C;
}
</style>
background-color css
<style>
a { background-color: #25191C; }
a { background-color: rgb(37,25,28); }
div.DivClassName
{
background-color: #25191C;
}
.BgClassName
{
background-color: #25191C;
}
</style>
border-color css
<style>
span { border-color: #25191C; }
span { border-color: rgb(37,25,28); }
td.TdClassName
{
border-color: #25191C;
}
.TagClassName
{
border-color: #25191C;
}
</style>