Shades of Aubergine #382A2D
Tints of Aubergine #382A2D
RGB
CMYK
RGB Variations
Color information
#382A2D (or 0x382A2D) is known color: Aubergine. HEX triplet: 38, 2A and 2D. RGB value is (56,42,45). Sum of RGB (Red+Green+Blue) = 56+42+45=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A2D is #C7D5D2. Grayscale: #2E2E2E. Windows color (decimal): -13096403 or 2959928. OLE color: 2959928.
HSL color Cylindrical-coordinate representation of color #382A2D: hue angle of 347.14º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382A2D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 45 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.78 |
| HSL | 347.14º | 0.14% | 0.19% | - |
| HSV(B) | 347.14º | 0.25% | 0.22% | - |
| XYZ | 2.93 | 2.69 | 2.85 | - |
| YUV | 46.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 45 | 0 | 0.25 | 0.20 | 0.78 | 347.14 | 0.14 | 0.19 |
| Hex | 38 | 2A | 2D | 0 | 19 | 14 | 4E | 15B | E | 13 |
| Octal | 70 | 52 | 55 | 0 | 31 | 24 | 116 | 533 | 16 | 23 |
| Binary | 111000 | 101010 | 101101 | 0 | 11001 | 10100 | 1001110 | 101011011 | 1110 | 10011 |
Color Harmonies of #382A2D
Complementary color
Monochromatic Colors of #382A2D
Black with #382A2D
Text Example
Text Example
White with #382A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A2D; }
p { color: rgb(56,42,45); }
H1.HeaderClassName
{
color: #382A2D;
}
.AnyTagClassName
{
color: #382A2D;
}
</style>
background-color css
<style>
a { background-color: #382A2D; }
a { background-color: rgb(56,42,45); }
div.DivClassName
{
background-color: #382A2D;
}
.BgClassName
{
background-color: #382A2D;
}
</style>
border-color css
<style>
span { border-color: #382A2D; }
span { border-color: rgb(56,42,45); }
td.TdClassName
{
border-color: #382A2D;
}
.TagClassName
{
border-color: #382A2D;
}
</style>