Shades of Aubergine #382328
Tints of Aubergine #382328
RGB
CMYK
RGB Variations
Color information
#382328 (or 0x382328) is known color: Aubergine. HEX triplet: 38, 23 and 28. RGB value is (56,35,40). Sum of RGB (Red+Green+Blue) = 56+35+40=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382328 is #C7DCD7. Grayscale: #292929. Windows color (decimal): -13098200 or 2630456. OLE color: 2630456.
HSL color Cylindrical-coordinate representation of color #382328: hue angle of 345.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382328 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 40 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.78 |
| HSL | 345.71º | 0.23% | 0.18% | - |
| HSV(B) | 345.71º | 0.38% | 0.22% | - |
| XYZ | 2.61 | 2.2 | 2.29 | - |
| YUV | 41.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 40 | 0 | 0.37 | 0.29 | 0.78 | 345.71 | 0.23 | 0.18 |
| Hex | 38 | 23 | 28 | 0 | 25 | 1D | 4E | 15A | 17 | 12 |
| Octal | 70 | 43 | 50 | 0 | 45 | 35 | 116 | 532 | 27 | 22 |
| Binary | 111000 | 100011 | 101000 | 0 | 100101 | 11101 | 1001110 | 101011010 | 10111 | 10010 |
Color Harmonies of #382328
Complementary color
Monochromatic Colors of #382328
Black with #382328
Text Example
Text Example
White with #382328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382328; }
p { color: rgb(56,35,40); }
H1.HeaderClassName
{
color: #382328;
}
.AnyTagClassName
{
color: #382328;
}
</style>
background-color css
<style>
a { background-color: #382328; }
a { background-color: rgb(56,35,40); }
div.DivClassName
{
background-color: #382328;
}
.BgClassName
{
background-color: #382328;
}
</style>
border-color css
<style>
span { border-color: #382328; }
span { border-color: rgb(56,35,40); }
td.TdClassName
{
border-color: #382328;
}
.TagClassName
{
border-color: #382328;
}
</style>