Shades of Aubergine #302A2B
Tints of Aubergine #302A2B
RGB
CMYK
RGB Variations
Color information
#302A2B (or 0x302A2B) is known color: Aubergine. HEX triplet: 30, 2A and 2B. RGB value is (48,42,43). Sum of RGB (Red+Green+Blue) = 48+42+43=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 48 - color contains mainly: red. Hex color #302A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A2B is #CFD5D4. Grayscale: #2B2B2B. Windows color (decimal): -13620693 or 2828848. OLE color: 2828848.
HSL color Cylindrical-coordinate representation of color #302A2B: hue angle of 350º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302A2B is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 43 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.81 |
| HSL | 350º | 0.07% | 0.18% | - |
| HSV(B) | 350º | 0.13% | 0.19% | - |
| XYZ | 2.48 | 2.46 | 2.63 | - |
| YUV | 43.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 43 | 0 | 0.13 | 0.10 | 0.81 | 350 | 0.07 | 0.18 |
| Hex | 30 | 2A | 2B | 0 | D | A | 51 | 15E | 7 | 12 |
| Octal | 60 | 52 | 53 | 0 | 15 | 12 | 121 | 536 | 7 | 22 |
| Binary | 110000 | 101010 | 101011 | 0 | 1101 | 1010 | 1010001 | 101011110 | 111 | 10010 |
Color Harmonies of #302A2B
Complementary color
Monochromatic Colors of #302A2B
Black with #302A2B
Text Example
Text Example
White with #302A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A2B; }
p { color: rgb(48,42,43); }
H1.HeaderClassName
{
color: #302A2B;
}
.AnyTagClassName
{
color: #302A2B;
}
</style>
background-color css
<style>
a { background-color: #302A2B; }
a { background-color: rgb(48,42,43); }
div.DivClassName
{
background-color: #302A2B;
}
.BgClassName
{
background-color: #302A2B;
}
</style>
border-color css
<style>
span { border-color: #302A2B; }
span { border-color: rgb(48,42,43); }
td.TdClassName
{
border-color: #302A2B;
}
.TagClassName
{
border-color: #302A2B;
}
</style>