Shades of Aubergine #302C2D
Tints of Aubergine #302C2D
RGB
CMYK
RGB Variations
Color information
#302C2D (or 0x302C2D) is known color: Aubergine. HEX triplet: 30, 2C and 2D. RGB value is (48,44,45). Sum of RGB (Red+Green+Blue) = 48+44+45=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 48 - color contains mainly: red. Hex color #302C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C2D is #CFD3D2. Grayscale: #2D2D2D. Windows color (decimal): -13620179 or 2960432. OLE color: 2960432.
HSL color Cylindrical-coordinate representation of color #302C2D: hue angle of 345º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #302C2D is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 45 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.81 |
| HSL | 345º | 0.04% | 0.18% | - |
| HSV(B) | 345º | 0.08% | 0.19% | - |
| XYZ | 2.59 | 2.62 | 2.85 | - |
| YUV | 45.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 45 | 0 | 0.08 | 0.06 | 0.81 | 345 | 0.04 | 0.18 |
| Hex | 30 | 2C | 2D | 0 | 8 | 6 | 51 | 159 | 4 | 12 |
| Octal | 60 | 54 | 55 | 0 | 10 | 6 | 121 | 531 | 4 | 22 |
| Binary | 110000 | 101100 | 101101 | 0 | 1000 | 110 | 1010001 | 101011001 | 100 | 10010 |
Color Harmonies of #302C2D
Complementary color
Monochromatic Colors of #302C2D
Black with #302C2D
Text Example
Text Example
White with #302C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C2D; }
p { color: rgb(48,44,45); }
H1.HeaderClassName
{
color: #302C2D;
}
.AnyTagClassName
{
color: #302C2D;
}
</style>
background-color css
<style>
a { background-color: #302C2D; }
a { background-color: rgb(48,44,45); }
div.DivClassName
{
background-color: #302C2D;
}
.BgClassName
{
background-color: #302C2D;
}
</style>
border-color css
<style>
span { border-color: #302C2D; }
span { border-color: rgb(48,44,45); }
td.TdClassName
{
border-color: #302C2D;
}
.TagClassName
{
border-color: #302C2D;
}
</style>