Shades of Aubergine #25161B
Tints of Aubergine #25161B
RGB
CMYK
RGB Variations
Color information
#25161B (or 0x25161B) is known color: Aubergine. HEX triplet: 25, 16 and 1B. RGB value is (37,22,27). Sum of RGB (Red+Green+Blue) = 37+22+27=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161B is #DAE9E4. Grayscale: #1B1B1B. Windows color (decimal): -14346725 or 1775141. OLE color: 1775141.
HSL color Cylindrical-coordinate representation of color #25161B: hue angle of 340º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25161B is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 22 | 27 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.85 |
| HSL | 340º | 0.25% | 0.12% | - |
| HSV(B) | 340º | 0.41% | 0.15% | - |
| XYZ | 1.25 | 1.05 | 1.17 | - |
| YUV | 27.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 27 | 0 | 0.41 | 0.27 | 0.85 | 340 | 0.25 | 0.12 |
| Hex | 25 | 16 | 1B | 0 | 29 | 1B | 55 | 154 | 19 | C |
| Octal | 45 | 26 | 33 | 0 | 51 | 33 | 125 | 524 | 31 | 14 |
| Binary | 100101 | 10110 | 11011 | 0 | 101001 | 11011 | 1010101 | 101010100 | 11001 | 1100 |
Color Harmonies of #25161B
Complementary color
Monochromatic Colors of #25161B
Black with #25161B
Text Example
Text Example
White with #25161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25161B; }
p { color: rgb(37,22,27); }
H1.HeaderClassName
{
color: #25161B;
}
.AnyTagClassName
{
color: #25161B;
}
</style>
background-color css
<style>
a { background-color: #25161B; }
a { background-color: rgb(37,22,27); }
div.DivClassName
{
background-color: #25161B;
}
.BgClassName
{
background-color: #25161B;
}
</style>
border-color css
<style>
span { border-color: #25161B; }
span { border-color: rgb(37,22,27); }
td.TdClassName
{
border-color: #25161B;
}
.TagClassName
{
border-color: #25161B;
}
</style>