Shades of Aubergine #38282A
Tints of Aubergine #38282A
RGB
CMYK
RGB Variations
Color information
#38282A (or 0x38282A) is known color: Aubergine. HEX triplet: 38, 28 and 2A. RGB value is (56,40,42). Sum of RGB (Red+Green+Blue) = 56+40+42=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38282A is #C7D7D5. Grayscale: #2D2D2D. Windows color (decimal): -13096918 or 2762808. OLE color: 2762808.
HSL color Cylindrical-coordinate representation of color #38282A: hue angle of 352.5º 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 #38282A is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 42 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.78 |
| HSL | 352.5º | 0.17% | 0.19% | - |
| HSV(B) | 352.5º | 0.29% | 0.22% | - |
| XYZ | 2.81 | 2.53 | 2.53 | - |
| YUV | 45.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 42 | 0 | 0.29 | 0.25 | 0.78 | 352.5 | 0.17 | 0.19 |
| Hex | 38 | 28 | 2A | 0 | 1D | 19 | 4E | 160 | 11 | 13 |
| Octal | 70 | 50 | 52 | 0 | 35 | 31 | 116 | 540 | 21 | 23 |
| Binary | 111000 | 101000 | 101010 | 0 | 11101 | 11001 | 1001110 | 101100000 | 10001 | 10011 |
Color Harmonies of #38282A
Complementary color
Monochromatic Colors of #38282A
Black with #38282A
Text Example
Text Example
White with #38282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38282A; }
p { color: rgb(56,40,42); }
H1.HeaderClassName
{
color: #38282A;
}
.AnyTagClassName
{
color: #38282A;
}
</style>
background-color css
<style>
a { background-color: #38282A; }
a { background-color: rgb(56,40,42); }
div.DivClassName
{
background-color: #38282A;
}
.BgClassName
{
background-color: #38282A;
}
</style>
border-color css
<style>
span { border-color: #38282A; }
span { border-color: rgb(56,40,42); }
td.TdClassName
{
border-color: #38282A;
}
.TagClassName
{
border-color: #38282A;
}
</style>