Shades of Aubergine #302627
Tints of Aubergine #302627
RGB
CMYK
RGB Variations
Color information
#302627 (or 0x302627) is known color: Aubergine. HEX triplet: 30, 26 and 27. RGB value is (48,38,39). Sum of RGB (Red+Green+Blue) = 48+38+39=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302627 is #CFD9D8. Grayscale: #292929. Windows color (decimal): -13621721 or 2565680. OLE color: 2565680.
HSL color Cylindrical-coordinate representation of color #302627: hue angle of 354º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #302627 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 38 | 39 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.81 |
| HSL | 354º | 0.12% | 0.17% | - |
| HSV(B) | 354º | 0.21% | 0.19% | - |
| XYZ | 2.28 | 2.16 | 2.22 | - |
| YUV | 41.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 39 | 0 | 0.21 | 0.19 | 0.81 | 354 | 0.12 | 0.17 |
| Hex | 30 | 26 | 27 | 0 | 15 | 13 | 51 | 162 | C | 11 |
| Octal | 60 | 46 | 47 | 0 | 25 | 23 | 121 | 542 | 14 | 21 |
| Binary | 110000 | 100110 | 100111 | 0 | 10101 | 10011 | 1010001 | 101100010 | 1100 | 10001 |
Color Harmonies of #302627
Complementary color
Monochromatic Colors of #302627
Black with #302627
Text Example
Text Example
White with #302627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302627; }
p { color: rgb(48,38,39); }
H1.HeaderClassName
{
color: #302627;
}
.AnyTagClassName
{
color: #302627;
}
</style>
background-color css
<style>
a { background-color: #302627; }
a { background-color: rgb(48,38,39); }
div.DivClassName
{
background-color: #302627;
}
.BgClassName
{
background-color: #302627;
}
</style>
border-color css
<style>
span { border-color: #302627; }
span { border-color: rgb(48,38,39); }
td.TdClassName
{
border-color: #302627;
}
.TagClassName
{
border-color: #302627;
}
</style>