Shades of Aubergine #382429
Tints of Aubergine #382429
RGB
CMYK
RGB Variations
Color information
#382429 (or 0x382429) is known color: Aubergine. HEX triplet: 38, 24 and 29. RGB value is (56,36,41). Sum of RGB (Red+Green+Blue) = 56+36+41=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382429 is #C7DBD6. Grayscale: #2A2A2A. Windows color (decimal): -13097943 or 2696248. OLE color: 2696248.
HSL color Cylindrical-coordinate representation of color #382429: hue angle of 345º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #382429 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 36 | 41 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.78 |
| HSL | 345º | 0.22% | 0.18% | - |
| HSV(B) | 345º | 0.36% | 0.22% | - |
| XYZ | 2.66 | 2.26 | 2.39 | - |
| YUV | 42.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 41 | 0 | 0.36 | 0.27 | 0.78 | 345 | 0.22 | 0.18 |
| Hex | 38 | 24 | 29 | 0 | 24 | 1B | 4E | 159 | 16 | 12 |
| Octal | 70 | 44 | 51 | 0 | 44 | 33 | 116 | 531 | 26 | 22 |
| Binary | 111000 | 100100 | 101001 | 0 | 100100 | 11011 | 1001110 | 101011001 | 10110 | 10010 |
Color Harmonies of #382429
Complementary color
Monochromatic Colors of #382429
Black with #382429
Text Example
Text Example
White with #382429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382429; }
p { color: rgb(56,36,41); }
H1.HeaderClassName
{
color: #382429;
}
.AnyTagClassName
{
color: #382429;
}
</style>
background-color css
<style>
a { background-color: #382429; }
a { background-color: rgb(56,36,41); }
div.DivClassName
{
background-color: #382429;
}
.BgClassName
{
background-color: #382429;
}
</style>
border-color css
<style>
span { border-color: #382429; }
span { border-color: rgb(56,36,41); }
td.TdClassName
{
border-color: #382429;
}
.TagClassName
{
border-color: #382429;
}
</style>