Shades of Aubergine #38282C
Tints of Aubergine #38282C
RGB
CMYK
RGB Variations
Color information
#38282C (or 0x38282C) is known color: Aubergine. HEX triplet: 38, 28 and 2C. RGB value is (56,40,44). Sum of RGB (Red+Green+Blue) = 56+40+44=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #38282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38282C is #C7D7D3. Grayscale: #2D2D2D. Windows color (decimal): -13096916 or 2893880. OLE color: 2893880.
HSL color Cylindrical-coordinate representation of color #38282C: hue angle of 345º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38282C is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 44 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.78 |
| HSL | 345º | 0.17% | 0.19% | - |
| HSV(B) | 345º | 0.29% | 0.22% | - |
| XYZ | 2.84 | 2.54 | 2.72 | - |
| YUV | 45.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 44 | 0 | 0.29 | 0.21 | 0.78 | 345 | 0.17 | 0.19 |
| Hex | 38 | 28 | 2C | 0 | 1D | 15 | 4E | 159 | 11 | 13 |
| Octal | 70 | 50 | 54 | 0 | 35 | 25 | 116 | 531 | 21 | 23 |
| Binary | 111000 | 101000 | 101100 | 0 | 11101 | 10101 | 1001110 | 101011001 | 10001 | 10011 |
Color Harmonies of #38282C
Complementary color
Monochromatic Colors of #38282C
Black with #38282C
Text Example
Text Example
White with #38282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38282C; }
p { color: rgb(56,40,44); }
H1.HeaderClassName
{
color: #38282C;
}
.AnyTagClassName
{
color: #38282C;
}
</style>
background-color css
<style>
a { background-color: #38282C; }
a { background-color: rgb(56,40,44); }
div.DivClassName
{
background-color: #38282C;
}
.BgClassName
{
background-color: #38282C;
}
</style>
border-color css
<style>
span { border-color: #38282C; }
span { border-color: rgb(56,40,44); }
td.TdClassName
{
border-color: #38282C;
}
.TagClassName
{
border-color: #38282C;
}
</style>