Shades of Aubergine #2F2025
Tints of Aubergine #2F2025
RGB
CMYK
RGB Variations
Color information
#2F2025 (or 0x2F2025) is known color: Aubergine. HEX triplet: 2F, 20 and 25. RGB value is (47,32,37). Sum of RGB (Red+Green+Blue) = 47+32+37=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2025 is #D0DFDA. Grayscale: #252525. Windows color (decimal): -13688795 or 2433071. OLE color: 2433071.
HSL color Cylindrical-coordinate representation of color #2F2025: hue angle of 340º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F2025 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 32 | 37 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.82 |
| HSL | 340º | 0.19% | 0.15% | - |
| HSV(B) | 340º | 0.32% | 0.18% | - |
| XYZ | 2.02 | 1.77 | 1.99 | - |
| YUV | 37.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 37 | 0 | 0.32 | 0.21 | 0.82 | 340 | 0.19 | 0.15 |
| Hex | 2F | 20 | 25 | 0 | 20 | 15 | 52 | 154 | 13 | F |
| Octal | 57 | 40 | 45 | 0 | 40 | 25 | 122 | 524 | 23 | 17 |
| Binary | 101111 | 100000 | 100101 | 0 | 100000 | 10101 | 1010010 | 101010100 | 10011 | 1111 |
Color Harmonies of #2F2025
Complementary color
Monochromatic Colors of #2F2025
Black with #2F2025
Text Example
Text Example
White with #2F2025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2025; }
p { color: rgb(47,32,37); }
H1.HeaderClassName
{
color: #2F2025;
}
.AnyTagClassName
{
color: #2F2025;
}
</style>
background-color css
<style>
a { background-color: #2F2025; }
a { background-color: rgb(47,32,37); }
div.DivClassName
{
background-color: #2F2025;
}
.BgClassName
{
background-color: #2F2025;
}
</style>
border-color css
<style>
span { border-color: #2F2025; }
span { border-color: rgb(47,32,37); }
td.TdClassName
{
border-color: #2F2025;
}
.TagClassName
{
border-color: #2F2025;
}
</style>