Shades of Aubergine #302427
Tints of Aubergine #302427
RGB
CMYK
RGB Variations
Color information
#302427 (or 0x302427) is known color: Aubergine. HEX triplet: 30, 24 and 27. RGB value is (48,36,39). Sum of RGB (Red+Green+Blue) = 48+36+39=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302427 is #CFDBD8. Grayscale: #272727. Windows color (decimal): -13622233 or 2565168. OLE color: 2565168.
HSL color Cylindrical-coordinate representation of color #302427: hue angle of 345º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302427 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 39 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.81 |
| HSL | 345º | 0.14% | 0.16% | - |
| HSV(B) | 345º | 0.25% | 0.19% | - |
| XYZ | 2.22 | 2.04 | 2.2 | - |
| YUV | 39.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 39 | 0 | 0.25 | 0.19 | 0.81 | 345 | 0.14 | 0.16 |
| Hex | 30 | 24 | 27 | 0 | 19 | 13 | 51 | 159 | E | 10 |
| Octal | 60 | 44 | 47 | 0 | 31 | 23 | 121 | 531 | 16 | 20 |
| Binary | 110000 | 100100 | 100111 | 0 | 11001 | 10011 | 1010001 | 101011001 | 1110 | 10000 |
Color Harmonies of #302427
Complementary color
Monochromatic Colors of #302427
Black with #302427
Text Example
Text Example
White with #302427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302427; }
p { color: rgb(48,36,39); }
H1.HeaderClassName
{
color: #302427;
}
.AnyTagClassName
{
color: #302427;
}
</style>
background-color css
<style>
a { background-color: #302427; }
a { background-color: rgb(48,36,39); }
div.DivClassName
{
background-color: #302427;
}
.BgClassName
{
background-color: #302427;
}
</style>
border-color css
<style>
span { border-color: #302427; }
span { border-color: rgb(48,36,39); }
td.TdClassName
{
border-color: #302427;
}
.TagClassName
{
border-color: #302427;
}
</style>