Shades of Aubergine #382C2E
Tints of Aubergine #382C2E
RGB
CMYK
RGB Variations
Color information
#382C2E (or 0x382C2E) is known color: Aubergine. HEX triplet: 38, 2C and 2E. RGB value is (56,44,46). Sum of RGB (Red+Green+Blue) = 56+44+46=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C2E is #C7D3D1. Grayscale: #2F2F2F. Windows color (decimal): -13095890 or 3025976. OLE color: 3025976.
HSL color Cylindrical-coordinate representation of color #382C2E: hue angle of 350º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #382C2E is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 46 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.78 |
| HSL | 350º | 0.12% | 0.2% | - |
| HSV(B) | 350º | 0.21% | 0.22% | - |
| XYZ | 3.02 | 2.84 | 2.97 | - |
| YUV | 47.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 46 | 0 | 0.21 | 0.18 | 0.78 | 350 | 0.12 | 0.2 |
| Hex | 38 | 2C | 2E | 0 | 15 | 12 | 4E | 15E | C | 14 |
| Octal | 70 | 54 | 56 | 0 | 25 | 22 | 116 | 536 | 14 | 24 |
| Binary | 111000 | 101100 | 101110 | 0 | 10101 | 10010 | 1001110 | 101011110 | 1100 | 10100 |
Color Harmonies of #382C2E
Complementary color
Monochromatic Colors of #382C2E
Black with #382C2E
Text Example
Text Example
White with #382C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C2E; }
p { color: rgb(56,44,46); }
H1.HeaderClassName
{
color: #382C2E;
}
.AnyTagClassName
{
color: #382C2E;
}
</style>
background-color css
<style>
a { background-color: #382C2E; }
a { background-color: rgb(56,44,46); }
div.DivClassName
{
background-color: #382C2E;
}
.BgClassName
{
background-color: #382C2E;
}
</style>
border-color css
<style>
span { border-color: #382C2E; }
span { border-color: rgb(56,44,46); }
td.TdClassName
{
border-color: #382C2E;
}
.TagClassName
{
border-color: #382C2E;
}
</style>