Shades of Aubergine #30292A
Tints of Aubergine #30292A
RGB
CMYK
RGB Variations
Color information
#30292A (or 0x30292A) is known color: Aubergine. HEX triplet: 30, 29 and 2A. RGB value is (48,41,42). Sum of RGB (Red+Green+Blue) = 48+41+42=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30292A is #CFD6D5. Grayscale: #2B2B2B. Windows color (decimal): -13620950 or 2763056. OLE color: 2763056.
HSL color Cylindrical-coordinate representation of color #30292A: hue angle of 351.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #30292A is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 41 | 42 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.81 |
| HSL | 351.43º | 0.08% | 0.17% | - |
| HSV(B) | 351.43º | 0.15% | 0.19% | - |
| XYZ | 2.43 | 2.38 | 2.52 | - |
| YUV | 43.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 42 | 0 | 0.15 | 0.13 | 0.81 | 351.43 | 0.08 | 0.17 |
| Hex | 30 | 29 | 2A | 0 | F | D | 51 | 15F | 8 | 11 |
| Octal | 60 | 51 | 52 | 0 | 17 | 15 | 121 | 537 | 10 | 21 |
| Binary | 110000 | 101001 | 101010 | 0 | 1111 | 1101 | 1010001 | 101011111 | 1000 | 10001 |
Color Harmonies of #30292A
Complementary color
Monochromatic Colors of #30292A
Black with #30292A
Text Example
Text Example
White with #30292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30292A; }
p { color: rgb(48,41,42); }
H1.HeaderClassName
{
color: #30292A;
}
.AnyTagClassName
{
color: #30292A;
}
</style>
background-color css
<style>
a { background-color: #30292A; }
a { background-color: rgb(48,41,42); }
div.DivClassName
{
background-color: #30292A;
}
.BgClassName
{
background-color: #30292A;
}
</style>
border-color css
<style>
span { border-color: #30292A; }
span { border-color: rgb(48,41,42); }
td.TdClassName
{
border-color: #30292A;
}
.TagClassName
{
border-color: #30292A;
}
</style>