Shades of Aubergine #302123
Tints of Aubergine #302123
RGB
CMYK
RGB Variations
Color information
#302123 (or 0x302123) is known color: Aubergine. HEX triplet: 30, 21 and 23. RGB value is (48,33,35). Sum of RGB (Red+Green+Blue) = 48+33+35=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302123 is #CFDEDC. Grayscale: #252525. Windows color (decimal): -13623005 or 2302256. OLE color: 2302256.
HSL color Cylindrical-coordinate representation of color #302123: hue angle of 352º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302123 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 35 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.81 |
| HSL | 352º | 0.19% | 0.16% | - |
| HSV(B) | 352º | 0.31% | 0.19% | - |
| XYZ | 2.07 | 1.84 | 1.84 | - |
| YUV | 37.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 35 | 0 | 0.31 | 0.27 | 0.81 | 352 | 0.19 | 0.16 |
| Hex | 30 | 21 | 23 | 0 | 1F | 1B | 51 | 160 | 13 | 10 |
| Octal | 60 | 41 | 43 | 0 | 37 | 33 | 121 | 540 | 23 | 20 |
| Binary | 110000 | 100001 | 100011 | 0 | 11111 | 11011 | 1010001 | 101100000 | 10011 | 10000 |
Color Harmonies of #302123
Complementary color
Monochromatic Colors of #302123
Black with #302123
Text Example
Text Example
White with #302123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302123; }
p { color: rgb(48,33,35); }
H1.HeaderClassName
{
color: #302123;
}
.AnyTagClassName
{
color: #302123;
}
</style>
background-color css
<style>
a { background-color: #302123; }
a { background-color: rgb(48,33,35); }
div.DivClassName
{
background-color: #302123;
}
.BgClassName
{
background-color: #302123;
}
</style>
border-color css
<style>
span { border-color: #302123; }
span { border-color: rgb(48,33,35); }
td.TdClassName
{
border-color: #302123;
}
.TagClassName
{
border-color: #302123;
}
</style>