Shades of Aubergine #382326
Tints of Aubergine #382326
RGB
CMYK
RGB Variations
Color information
#382326 (or 0x382326) is known color: Aubergine. HEX triplet: 38, 23 and 26. RGB value is (56,35,38). Sum of RGB (Red+Green+Blue) = 56+35+38=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382326 is #C7DCD9. Grayscale: #292929. Windows color (decimal): -13098202 or 2499384. OLE color: 2499384.
HSL color Cylindrical-coordinate representation of color #382326: hue angle of 351.43º 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 #382326 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 38 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.78 |
| HSL | 351.43º | 0.23% | 0.18% | - |
| HSV(B) | 351.43º | 0.38% | 0.22% | - |
| XYZ | 2.58 | 2.18 | 2.12 | - |
| YUV | 41.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 38 | 0 | 0.37 | 0.32 | 0.78 | 351.43 | 0.23 | 0.18 |
| Hex | 38 | 23 | 26 | 0 | 25 | 20 | 4E | 15F | 17 | 12 |
| Octal | 70 | 43 | 46 | 0 | 45 | 40 | 116 | 537 | 27 | 22 |
| Binary | 111000 | 100011 | 100110 | 0 | 100101 | 100000 | 1001110 | 101011111 | 10111 | 10010 |
Color Harmonies of #382326
Complementary color
Monochromatic Colors of #382326
Black with #382326
Text Example
Text Example
White with #382326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382326; }
p { color: rgb(56,35,38); }
H1.HeaderClassName
{
color: #382326;
}
.AnyTagClassName
{
color: #382326;
}
</style>
background-color css
<style>
a { background-color: #382326; }
a { background-color: rgb(56,35,38); }
div.DivClassName
{
background-color: #382326;
}
.BgClassName
{
background-color: #382326;
}
</style>
border-color css
<style>
span { border-color: #382326; }
span { border-color: rgb(56,35,38); }
td.TdClassName
{
border-color: #382326;
}
.TagClassName
{
border-color: #382326;
}
</style>