Shades of Aubergine #30282A
Tints of Aubergine #30282A
RGB
CMYK
RGB Variations
Color information
#30282A (or 0x30282A) is known color: Aubergine. HEX triplet: 30, 28 and 2A. RGB value is (48,40,42). Sum of RGB (Red+Green+Blue) = 48+40+42=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #30282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30282A is #CFD7D5. Grayscale: #2A2A2A. Windows color (decimal): -13621206 or 2762800. OLE color: 2762800.
HSL color Cylindrical-coordinate representation of color #30282A: hue angle of 345º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30282A is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 40 | 42 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.81 |
| HSL | 345º | 0.09% | 0.17% | - |
| HSV(B) | 345º | 0.17% | 0.19% | - |
| XYZ | 2.4 | 2.31 | 2.51 | - |
| YUV | 42.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 42 | 0 | 0.17 | 0.13 | 0.81 | 345 | 0.09 | 0.17 |
| Hex | 30 | 28 | 2A | 0 | 11 | D | 51 | 159 | 9 | 11 |
| Octal | 60 | 50 | 52 | 0 | 21 | 15 | 121 | 531 | 11 | 21 |
| Binary | 110000 | 101000 | 101010 | 0 | 10001 | 1101 | 1010001 | 101011001 | 1001 | 10001 |
Color Harmonies of #30282A
Complementary color
Monochromatic Colors of #30282A
Black with #30282A
Text Example
Text Example
White with #30282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30282A; }
p { color: rgb(48,40,42); }
H1.HeaderClassName
{
color: #30282A;
}
.AnyTagClassName
{
color: #30282A;
}
</style>
background-color css
<style>
a { background-color: #30282A; }
a { background-color: rgb(48,40,42); }
div.DivClassName
{
background-color: #30282A;
}
.BgClassName
{
background-color: #30282A;
}
</style>
border-color css
<style>
span { border-color: #30282A; }
span { border-color: rgb(48,40,42); }
td.TdClassName
{
border-color: #30282A;
}
.TagClassName
{
border-color: #30282A;
}
</style>