Shades of Aubergine #382628
Tints of Aubergine #382628
RGB
CMYK
RGB Variations
Color information
#382628 (or 0x382628) is known color: Aubergine. HEX triplet: 38, 26 and 28. RGB value is (56,38,40). Sum of RGB (Red+Green+Blue) = 56+38+40=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382628 is #C7D9D7. Grayscale: #2B2B2B. Windows color (decimal): -13097432 or 2631224. OLE color: 2631224.
HSL color Cylindrical-coordinate representation of color #382628: hue angle of 353.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382628 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 38 | 40 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.78 |
| HSL | 353.33º | 0.19% | 0.18% | - |
| HSV(B) | 353.33º | 0.32% | 0.22% | - |
| XYZ | 2.71 | 2.38 | 2.32 | - |
| YUV | 43.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 40 | 0 | 0.32 | 0.29 | 0.78 | 353.33 | 0.19 | 0.18 |
| Hex | 38 | 26 | 28 | 0 | 20 | 1D | 4E | 161 | 13 | 12 |
| Octal | 70 | 46 | 50 | 0 | 40 | 35 | 116 | 541 | 23 | 22 |
| Binary | 111000 | 100110 | 101000 | 0 | 100000 | 11101 | 1001110 | 101100001 | 10011 | 10010 |
Color Harmonies of #382628
Complementary color
Monochromatic Colors of #382628
Black with #382628
Text Example
Text Example
White with #382628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382628; }
p { color: rgb(56,38,40); }
H1.HeaderClassName
{
color: #382628;
}
.AnyTagClassName
{
color: #382628;
}
</style>
background-color css
<style>
a { background-color: #382628; }
a { background-color: rgb(56,38,40); }
div.DivClassName
{
background-color: #382628;
}
.BgClassName
{
background-color: #382628;
}
</style>
border-color css
<style>
span { border-color: #382628; }
span { border-color: rgb(56,38,40); }
td.TdClassName
{
border-color: #382628;
}
.TagClassName
{
border-color: #382628;
}
</style>