Shades of Aubergine #382A2C
Tints of Aubergine #382A2C
RGB
CMYK
RGB Variations
Color information
#382A2C (or 0x382A2C) is known color: Aubergine. HEX triplet: 38, 2A and 2C. RGB value is (56,42,44). Sum of RGB (Red+Green+Blue) = 56+42+44=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #382A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A2C is #C7D5D3. Grayscale: #2E2E2E. Windows color (decimal): -13096404 or 2894392. OLE color: 2894392.
HSL color Cylindrical-coordinate representation of color #382A2C: hue angle of 351.43º 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 #382A2C is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 44 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.78 |
| HSL | 351.43º | 0.14% | 0.19% | - |
| HSV(B) | 351.43º | 0.25% | 0.22% | - |
| XYZ | 2.91 | 2.68 | 2.75 | - |
| YUV | 46.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 44 | 0 | 0.25 | 0.21 | 0.78 | 351.43 | 0.14 | 0.19 |
| Hex | 38 | 2A | 2C | 0 | 19 | 15 | 4E | 15F | E | 13 |
| Octal | 70 | 52 | 54 | 0 | 31 | 25 | 116 | 537 | 16 | 23 |
| Binary | 111000 | 101010 | 101100 | 0 | 11001 | 10101 | 1001110 | 101011111 | 1110 | 10011 |
Color Harmonies of #382A2C
Complementary color
Monochromatic Colors of #382A2C
Black with #382A2C
Text Example
Text Example
White with #382A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A2C; }
p { color: rgb(56,42,44); }
H1.HeaderClassName
{
color: #382A2C;
}
.AnyTagClassName
{
color: #382A2C;
}
</style>
background-color css
<style>
a { background-color: #382A2C; }
a { background-color: rgb(56,42,44); }
div.DivClassName
{
background-color: #382A2C;
}
.BgClassName
{
background-color: #382A2C;
}
</style>
border-color css
<style>
span { border-color: #382A2C; }
span { border-color: rgb(56,42,44); }
td.TdClassName
{
border-color: #382A2C;
}
.TagClassName
{
border-color: #382A2C;
}
</style>