Shades of Aubergine #2F2428
Tints of Aubergine #2F2428
RGB
CMYK
RGB Variations
Color information
#2F2428 (or 0x2F2428) is known color: Aubergine. HEX triplet: 2F, 24 and 28. RGB value is (47,36,40). Sum of RGB (Red+Green+Blue) = 47+36+40=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2428 is #D0DBD7. Grayscale: #272727. Windows color (decimal): -13687768 or 2630703. OLE color: 2630703.
HSL color Cylindrical-coordinate representation of color #2F2428: hue angle of 338.18º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F2428 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 36 | 40 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.82 |
| HSL | 338.18º | 0.13% | 0.16% | - |
| HSV(B) | 338.18º | 0.23% | 0.18% | - |
| XYZ | 2.19 | 2.02 | 2.28 | - |
| YUV | 39.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 40 | 0 | 0.23 | 0.15 | 0.82 | 338.18 | 0.13 | 0.16 |
| Hex | 2F | 24 | 28 | 0 | 17 | F | 52 | 152 | D | 10 |
| Octal | 57 | 44 | 50 | 0 | 27 | 17 | 122 | 522 | 15 | 20 |
| Binary | 101111 | 100100 | 101000 | 0 | 10111 | 1111 | 1010010 | 101010010 | 1101 | 10000 |
Color Harmonies of #2F2428
Complementary color
Monochromatic Colors of #2F2428
Black with #2F2428
Text Example
Text Example
White with #2F2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2428; }
p { color: rgb(47,36,40); }
H1.HeaderClassName
{
color: #2F2428;
}
.AnyTagClassName
{
color: #2F2428;
}
</style>
background-color css
<style>
a { background-color: #2F2428; }
a { background-color: rgb(47,36,40); }
div.DivClassName
{
background-color: #2F2428;
}
.BgClassName
{
background-color: #2F2428;
}
</style>
border-color css
<style>
span { border-color: #2F2428; }
span { border-color: rgb(47,36,40); }
td.TdClassName
{
border-color: #2F2428;
}
.TagClassName
{
border-color: #2F2428;
}
</style>