Shades of Aubergine #382224
Tints of Aubergine #382224
RGB
CMYK
RGB Variations
Color information
#382224 (or 0x382224) is known color: Aubergine. HEX triplet: 38, 22 and 24. RGB value is (56,34,36). Sum of RGB (Red+Green+Blue) = 56+34+36=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382224 is #C7DDDB. Grayscale: #282828. Windows color (decimal): -13098460 or 2368056. OLE color: 2368056.
HSL color Cylindrical-coordinate representation of color #382224: hue angle of 354.55º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382224 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 34 | 36 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.78 |
| HSL | 354.55º | 0.24% | 0.18% | - |
| HSV(B) | 354.55º | 0.39% | 0.22% | - |
| XYZ | 2.52 | 2.11 | 1.94 | - |
| YUV | 40.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 36 | 0 | 0.39 | 0.36 | 0.78 | 354.55 | 0.24 | 0.18 |
| Hex | 38 | 22 | 24 | 0 | 27 | 24 | 4E | 163 | 18 | 12 |
| Octal | 70 | 42 | 44 | 0 | 47 | 44 | 116 | 543 | 30 | 22 |
| Binary | 111000 | 100010 | 100100 | 0 | 100111 | 100100 | 1001110 | 101100011 | 11000 | 10010 |
Color Harmonies of #382224
Complementary color
Monochromatic Colors of #382224
Black with #382224
Text Example
Text Example
White with #382224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382224; }
p { color: rgb(56,34,36); }
H1.HeaderClassName
{
color: #382224;
}
.AnyTagClassName
{
color: #382224;
}
</style>
background-color css
<style>
a { background-color: #382224; }
a { background-color: rgb(56,34,36); }
div.DivClassName
{
background-color: #382224;
}
.BgClassName
{
background-color: #382224;
}
</style>
border-color css
<style>
span { border-color: #382224; }
span { border-color: rgb(56,34,36); }
td.TdClassName
{
border-color: #382224;
}
.TagClassName
{
border-color: #382224;
}
</style>