Shades of Aubergine #382D2F
Tints of Aubergine #382D2F
RGB
CMYK
RGB Variations
Color information
#382D2F (or 0x382D2F) is known color: Aubergine. HEX triplet: 38, 2D and 2F. RGB value is (56,45,47). Sum of RGB (Red+Green+Blue) = 56+45+47=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D2F is #C7D2D0. Grayscale: #303030. Windows color (decimal): -13095633 or 3091768. OLE color: 3091768.
HSL color Cylindrical-coordinate representation of color #382D2F: hue angle of 349.09º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #382D2F is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 45 | 47 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.78 |
| HSL | 349.09º | 0.11% | 0.2% | - |
| HSV(B) | 349.09º | 0.2% | 0.22% | - |
| XYZ | 3.08 | 2.92 | 3.09 | - |
| YUV | 48.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 47 | 0 | 0.20 | 0.16 | 0.78 | 349.09 | 0.11 | 0.2 |
| Hex | 38 | 2D | 2F | 0 | 14 | 10 | 4E | 15D | B | 14 |
| Octal | 70 | 55 | 57 | 0 | 24 | 20 | 116 | 535 | 13 | 24 |
| Binary | 111000 | 101101 | 101111 | 0 | 10100 | 10000 | 1001110 | 101011101 | 1011 | 10100 |
Color Harmonies of #382D2F
Complementary color
Monochromatic Colors of #382D2F
Black with #382D2F
Text Example
Text Example
White with #382D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382D2F; }
p { color: rgb(56,45,47); }
H1.HeaderClassName
{
color: #382D2F;
}
.AnyTagClassName
{
color: #382D2F;
}
</style>
background-color css
<style>
a { background-color: #382D2F; }
a { background-color: rgb(56,45,47); }
div.DivClassName
{
background-color: #382D2F;
}
.BgClassName
{
background-color: #382D2F;
}
</style>
border-color css
<style>
span { border-color: #382D2F; }
span { border-color: rgb(56,45,47); }
td.TdClassName
{
border-color: #382D2F;
}
.TagClassName
{
border-color: #382D2F;
}
</style>