Shades of Aubergine #302324
Tints of Aubergine #302324
RGB
CMYK
RGB Variations
Color information
#302324 (or 0x302324) is known color: Aubergine. HEX triplet: 30, 23 and 24. RGB value is (48,35,36). Sum of RGB (Red+Green+Blue) = 48+35+36=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302324 is #CFDCDB. Grayscale: #272727. Windows color (decimal): -13622492 or 2368304. OLE color: 2368304.
HSL color Cylindrical-coordinate representation of color #302324: hue angle of 355.38º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #302324 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 36 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.81 |
| HSL | 355.38º | 0.16% | 0.16% | - |
| HSV(B) | 355.38º | 0.27% | 0.19% | - |
| XYZ | 2.14 | 1.96 | 1.93 | - |
| YUV | 39 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 36 | 0 | 0.27 | 0.25 | 0.81 | 355.38 | 0.16 | 0.16 |
| Hex | 30 | 23 | 24 | 0 | 1B | 19 | 51 | 163 | 10 | 10 |
| Octal | 60 | 43 | 44 | 0 | 33 | 31 | 121 | 543 | 20 | 20 |
| Binary | 110000 | 100011 | 100100 | 0 | 11011 | 11001 | 1010001 | 101100011 | 10000 | 10000 |
Color Harmonies of #302324
Complementary color
Monochromatic Colors of #302324
Black with #302324
Text Example
Text Example
White with #302324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302324; }
p { color: rgb(48,35,36); }
H1.HeaderClassName
{
color: #302324;
}
.AnyTagClassName
{
color: #302324;
}
</style>
background-color css
<style>
a { background-color: #302324; }
a { background-color: rgb(48,35,36); }
div.DivClassName
{
background-color: #302324;
}
.BgClassName
{
background-color: #302324;
}
</style>
border-color css
<style>
span { border-color: #302324; }
span { border-color: rgb(48,35,36); }
td.TdClassName
{
border-color: #302324;
}
.TagClassName
{
border-color: #302324;
}
</style>