Shades of Aubergine #302325
Tints of Aubergine #302325
RGB
CMYK
RGB Variations
Color information
#302325 (or 0x302325) is known color: Aubergine. HEX triplet: 30, 23 and 25. RGB value is (48,35,37). Sum of RGB (Red+Green+Blue) = 48+35+37=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302325 is #CFDCDA. Grayscale: #272727. Windows color (decimal): -13622491 or 2433840. OLE color: 2433840.
HSL color Cylindrical-coordinate representation of color #302325: hue angle of 350.77º 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 #302325 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 35 | 37 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.81 |
| HSL | 350.77º | 0.16% | 0.16% | - |
| HSV(B) | 350.77º | 0.27% | 0.19% | - |
| XYZ | 2.15 | 1.96 | 2.02 | - |
| YUV | 39.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 37 | 0 | 0.27 | 0.23 | 0.81 | 350.77 | 0.16 | 0.16 |
| Hex | 30 | 23 | 25 | 0 | 1B | 17 | 51 | 15F | 10 | 10 |
| Octal | 60 | 43 | 45 | 0 | 33 | 27 | 121 | 537 | 20 | 20 |
| Binary | 110000 | 100011 | 100101 | 0 | 11011 | 10111 | 1010001 | 101011111 | 10000 | 10000 |
Color Harmonies of #302325
Complementary color
Monochromatic Colors of #302325
Black with #302325
Text Example
Text Example
White with #302325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302325; }
p { color: rgb(48,35,37); }
H1.HeaderClassName
{
color: #302325;
}
.AnyTagClassName
{
color: #302325;
}
</style>
background-color css
<style>
a { background-color: #302325; }
a { background-color: rgb(48,35,37); }
div.DivClassName
{
background-color: #302325;
}
.BgClassName
{
background-color: #302325;
}
</style>
border-color css
<style>
span { border-color: #302325; }
span { border-color: rgb(48,35,37); }
td.TdClassName
{
border-color: #302325;
}
.TagClassName
{
border-color: #302325;
}
</style>