Shades of Aubergine #382B2D
Tints of Aubergine #382B2D
RGB
CMYK
RGB Variations
Color information
#382B2D (or 0x382B2D) is known color: Aubergine. HEX triplet: 38, 2B and 2D. RGB value is (56,43,45). Sum of RGB (Red+Green+Blue) = 56+43+45=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B2D is #C7D4D2. Grayscale: #2F2F2F. Windows color (decimal): -13096147 or 2960184. OLE color: 2960184.
HSL color Cylindrical-coordinate representation of color #382B2D: hue angle of 350.77º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #382B2D is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 45 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.78 |
| HSL | 350.77º | 0.13% | 0.19% | - |
| HSV(B) | 350.77º | 0.23% | 0.22% | - |
| XYZ | 2.97 | 2.76 | 2.86 | - |
| YUV | 47.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 45 | 0 | 0.23 | 0.20 | 0.78 | 350.77 | 0.13 | 0.19 |
| Hex | 38 | 2B | 2D | 0 | 17 | 14 | 4E | 15F | D | 13 |
| Octal | 70 | 53 | 55 | 0 | 27 | 24 | 116 | 537 | 15 | 23 |
| Binary | 111000 | 101011 | 101101 | 0 | 10111 | 10100 | 1001110 | 101011111 | 1101 | 10011 |
Color Harmonies of #382B2D
Complementary color
Monochromatic Colors of #382B2D
Black with #382B2D
Text Example
Text Example
White with #382B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B2D; }
p { color: rgb(56,43,45); }
H1.HeaderClassName
{
color: #382B2D;
}
.AnyTagClassName
{
color: #382B2D;
}
</style>
background-color css
<style>
a { background-color: #382B2D; }
a { background-color: rgb(56,43,45); }
div.DivClassName
{
background-color: #382B2D;
}
.BgClassName
{
background-color: #382B2D;
}
</style>
border-color css
<style>
span { border-color: #382B2D; }
span { border-color: rgb(56,43,45); }
td.TdClassName
{
border-color: #382B2D;
}
.TagClassName
{
border-color: #382B2D;
}
</style>