Shades of Aubergine #301E23
Tints of Aubergine #301E23
RGB
CMYK
RGB Variations
Color information
#301E23 (or 0x301E23) is known color: Aubergine. HEX triplet: 30, 1E and 23. RGB value is (48,30,35). Sum of RGB (Red+Green+Blue) = 48+30+35=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E23 is #CFE1DC. Grayscale: #232323. Windows color (decimal): -13623773 or 2301488. OLE color: 2301488.
HSL color Cylindrical-coordinate representation of color #301E23: hue angle of 343.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 #301E23 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 35 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.81 |
| HSL | 343.33º | 0.23% | 0.15% | - |
| HSV(B) | 343.33º | 0.38% | 0.19% | - |
| XYZ | 1.99 | 1.68 | 1.81 | - |
| YUV | 35.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 35 | 0 | 0.37 | 0.27 | 0.81 | 343.33 | 0.23 | 0.15 |
| Hex | 30 | 1E | 23 | 0 | 25 | 1B | 51 | 157 | 17 | F |
| Octal | 60 | 36 | 43 | 0 | 45 | 33 | 121 | 527 | 27 | 17 |
| Binary | 110000 | 11110 | 100011 | 0 | 100101 | 11011 | 1010001 | 101010111 | 10111 | 1111 |
Color Harmonies of #301E23
Complementary color
Monochromatic Colors of #301E23
Black with #301E23
Text Example
Text Example
White with #301E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E23; }
p { color: rgb(48,30,35); }
H1.HeaderClassName
{
color: #301E23;
}
.AnyTagClassName
{
color: #301E23;
}
</style>
background-color css
<style>
a { background-color: #301E23; }
a { background-color: rgb(48,30,35); }
div.DivClassName
{
background-color: #301E23;
}
.BgClassName
{
background-color: #301E23;
}
</style>
border-color css
<style>
span { border-color: #301E23; }
span { border-color: rgb(48,30,35); }
td.TdClassName
{
border-color: #301E23;
}
.TagClassName
{
border-color: #301E23;
}
</style>