Shades of Aubergine #302224
Tints of Aubergine #302224
RGB
CMYK
RGB Variations
Color information
#302224 (or 0x302224) is known color: Aubergine. HEX triplet: 30, 22 and 24. RGB value is (48,34,36). Sum of RGB (Red+Green+Blue) = 48+34+36=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #302224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302224 is #CFDDDB. Grayscale: #262626. Windows color (decimal): -13622748 or 2368048. OLE color: 2368048.
HSL color Cylindrical-coordinate representation of color #302224: hue angle of 351.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #302224 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 36 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.81 |
| HSL | 351.43º | 0.17% | 0.16% | - |
| HSV(B) | 351.43º | 0.29% | 0.19% | - |
| XYZ | 2.11 | 1.9 | 1.92 | - |
| YUV | 38.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 36 | 0 | 0.29 | 0.25 | 0.81 | 351.43 | 0.17 | 0.16 |
| Hex | 30 | 22 | 24 | 0 | 1D | 19 | 51 | 15F | 11 | 10 |
| Octal | 60 | 42 | 44 | 0 | 35 | 31 | 121 | 537 | 21 | 20 |
| Binary | 110000 | 100010 | 100100 | 0 | 11101 | 11001 | 1010001 | 101011111 | 10001 | 10000 |
Color Harmonies of #302224
Complementary color
Monochromatic Colors of #302224
Black with #302224
Text Example
Text Example
White with #302224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302224; }
p { color: rgb(48,34,36); }
H1.HeaderClassName
{
color: #302224;
}
.AnyTagClassName
{
color: #302224;
}
</style>
background-color css
<style>
a { background-color: #302224; }
a { background-color: rgb(48,34,36); }
div.DivClassName
{
background-color: #302224;
}
.BgClassName
{
background-color: #302224;
}
</style>
border-color css
<style>
span { border-color: #302224; }
span { border-color: rgb(48,34,36); }
td.TdClassName
{
border-color: #302224;
}
.TagClassName
{
border-color: #302224;
}
</style>