Shades of Aubergine #301E20
Tints of Aubergine #301E20
RGB
CMYK
RGB Variations
Color information
#301E20 (or 0x301E20) is known color: Aubergine. HEX triplet: 30, 1E and 20. RGB value is (48,30,32). Sum of RGB (Red+Green+Blue) = 48+30+32=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E20 is #CFE1DF. Grayscale: #232323. Windows color (decimal): -13623776 or 2104880. OLE color: 2104880.
HSL color Cylindrical-coordinate representation of color #301E20: hue angle of 353.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301E20 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 32 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.81 |
| HSL | 353.33º | 0.23% | 0.15% | - |
| HSV(B) | 353.33º | 0.38% | 0.19% | - |
| XYZ | 1.94 | 1.66 | 1.58 | - |
| YUV | 35.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 32 | 0 | 0.37 | 0.33 | 0.81 | 353.33 | 0.23 | 0.15 |
| Hex | 30 | 1E | 20 | 0 | 25 | 21 | 51 | 161 | 17 | F |
| Octal | 60 | 36 | 40 | 0 | 45 | 41 | 121 | 541 | 27 | 17 |
| Binary | 110000 | 11110 | 100000 | 0 | 100101 | 100001 | 1010001 | 101100001 | 10111 | 1111 |
Color Harmonies of #301E20
Complementary color
Monochromatic Colors of #301E20
Black with #301E20
Text Example
Text Example
White with #301E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E20; }
p { color: rgb(48,30,32); }
H1.HeaderClassName
{
color: #301E20;
}
.AnyTagClassName
{
color: #301E20;
}
</style>
background-color css
<style>
a { background-color: #301E20; }
a { background-color: rgb(48,30,32); }
div.DivClassName
{
background-color: #301E20;
}
.BgClassName
{
background-color: #301E20;
}
</style>
border-color css
<style>
span { border-color: #301E20; }
span { border-color: rgb(48,30,32); }
td.TdClassName
{
border-color: #301E20;
}
.TagClassName
{
border-color: #301E20;
}
</style>