Shades of Aubergine #38272A
Tints of Aubergine #38272A
RGB
CMYK
RGB Variations
Color information
#38272A (or 0x38272A) is known color: Aubergine. HEX triplet: 38, 27 and 2A. RGB value is (56,39,42). Sum of RGB (Red+Green+Blue) = 56+39+42=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38272A is #C7D8D5. Grayscale: #2C2C2C. Windows color (decimal): -13097174 or 2762552. OLE color: 2762552.
HSL color Cylindrical-coordinate representation of color #38272A: hue angle of 349.41º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38272A is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 39 | 42 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.78 |
| HSL | 349.41º | 0.18% | 0.19% | - |
| HSV(B) | 349.41º | 0.3% | 0.22% | - |
| XYZ | 2.77 | 2.46 | 2.52 | - |
| YUV | 44.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 42 | 0 | 0.30 | 0.25 | 0.78 | 349.41 | 0.18 | 0.19 |
| Hex | 38 | 27 | 2A | 0 | 1E | 19 | 4E | 15D | 12 | 13 |
| Octal | 70 | 47 | 52 | 0 | 36 | 31 | 116 | 535 | 22 | 23 |
| Binary | 111000 | 100111 | 101010 | 0 | 11110 | 11001 | 1001110 | 101011101 | 10010 | 10011 |
Color Harmonies of #38272A
Complementary color
Monochromatic Colors of #38272A
Black with #38272A
Text Example
Text Example
White with #38272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38272A; }
p { color: rgb(56,39,42); }
H1.HeaderClassName
{
color: #38272A;
}
.AnyTagClassName
{
color: #38272A;
}
</style>
background-color css
<style>
a { background-color: #38272A; }
a { background-color: rgb(56,39,42); }
div.DivClassName
{
background-color: #38272A;
}
.BgClassName
{
background-color: #38272A;
}
</style>
border-color css
<style>
span { border-color: #38272A; }
span { border-color: rgb(56,39,42); }
td.TdClassName
{
border-color: #38272A;
}
.TagClassName
{
border-color: #38272A;
}
</style>