Shades of Aubergine #302125
Tints of Aubergine #302125
RGB
CMYK
RGB Variations
Color information
#302125 (or 0x302125) is known color: Aubergine. HEX triplet: 30, 21 and 25. RGB value is (48,33,37). Sum of RGB (Red+Green+Blue) = 48+33+37=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #302125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302125 is #CFDEDA. Grayscale: #252525. Windows color (decimal): -13623003 or 2433328. OLE color: 2433328.
HSL color Cylindrical-coordinate representation of color #302125: hue angle of 344º 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 #302125 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 37 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.81 |
| HSL | 344º | 0.19% | 0.16% | - |
| HSV(B) | 344º | 0.31% | 0.19% | - |
| XYZ | 2.1 | 1.85 | 2 | - |
| YUV | 37.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 37 | 0 | 0.31 | 0.23 | 0.81 | 344 | 0.19 | 0.16 |
| Hex | 30 | 21 | 25 | 0 | 1F | 17 | 51 | 158 | 13 | 10 |
| Octal | 60 | 41 | 45 | 0 | 37 | 27 | 121 | 530 | 23 | 20 |
| Binary | 110000 | 100001 | 100101 | 0 | 11111 | 10111 | 1010001 | 101011000 | 10011 | 10000 |
Color Harmonies of #302125
Complementary color
Monochromatic Colors of #302125
Black with #302125
Text Example
Text Example
White with #302125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302125; }
p { color: rgb(48,33,37); }
H1.HeaderClassName
{
color: #302125;
}
.AnyTagClassName
{
color: #302125;
}
</style>
background-color css
<style>
a { background-color: #302125; }
a { background-color: rgb(48,33,37); }
div.DivClassName
{
background-color: #302125;
}
.BgClassName
{
background-color: #302125;
}
</style>
border-color css
<style>
span { border-color: #302125; }
span { border-color: rgb(48,33,37); }
td.TdClassName
{
border-color: #302125;
}
.TagClassName
{
border-color: #302125;
}
</style>