Shades of Aubergine #302B2C
Tints of Aubergine #302B2C
RGB
CMYK
RGB Variations
Color information
#302B2C (or 0x302B2C) is known color: Aubergine. HEX triplet: 30, 2B and 2C. RGB value is (48,43,44). Sum of RGB (Red+Green+Blue) = 48+43+44=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 48 - color contains mainly: red. Hex color #302B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B2C is #CFD4D3. Grayscale: #2C2C2C. Windows color (decimal): -13620436 or 2894640. OLE color: 2894640.
HSL color Cylindrical-coordinate representation of color #302B2C: hue angle of 348º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #302B2C is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 44 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.81 |
| HSL | 348º | 0.05% | 0.18% | - |
| HSV(B) | 348º | 0.1% | 0.19% | - |
| XYZ | 2.54 | 2.54 | 2.74 | - |
| YUV | 44.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 44 | 0 | 0.10 | 0.08 | 0.81 | 348 | 0.05 | 0.18 |
| Hex | 30 | 2B | 2C | 0 | A | 8 | 51 | 15C | 5 | 12 |
| Octal | 60 | 53 | 54 | 0 | 12 | 10 | 121 | 534 | 5 | 22 |
| Binary | 110000 | 101011 | 101100 | 0 | 1010 | 1000 | 1010001 | 101011100 | 101 | 10010 |
Color Harmonies of #302B2C
Complementary color
Monochromatic Colors of #302B2C
Black with #302B2C
Text Example
Text Example
White with #302B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B2C; }
p { color: rgb(48,43,44); }
H1.HeaderClassName
{
color: #302B2C;
}
.AnyTagClassName
{
color: #302B2C;
}
</style>
background-color css
<style>
a { background-color: #302B2C; }
a { background-color: rgb(48,43,44); }
div.DivClassName
{
background-color: #302B2C;
}
.BgClassName
{
background-color: #302B2C;
}
</style>
border-color css
<style>
span { border-color: #302B2C; }
span { border-color: rgb(48,43,44); }
td.TdClassName
{
border-color: #302B2C;
}
.TagClassName
{
border-color: #302B2C;
}
</style>