Shades of Aubergine #38272B
Tints of Aubergine #38272B
RGB
CMYK
RGB Variations
Color information
#38272B (or 0x38272B) is known color: Aubergine. HEX triplet: 38, 27 and 2B. RGB value is (56,39,43). Sum of RGB (Red+Green+Blue) = 56+39+43=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38272B is #C7D8D4. Grayscale: #2C2C2C. Windows color (decimal): -13097173 or 2828088. OLE color: 2828088.
HSL color Cylindrical-coordinate representation of color #38272B: hue angle of 345.88º 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 #38272B is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 39 | 43 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.78 |
| HSL | 345.88º | 0.18% | 0.19% | - |
| HSV(B) | 345.88º | 0.3% | 0.22% | - |
| XYZ | 2.79 | 2.47 | 2.61 | - |
| YUV | 44.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 43 | 0 | 0.30 | 0.23 | 0.78 | 345.88 | 0.18 | 0.19 |
| Hex | 38 | 27 | 2B | 0 | 1E | 17 | 4E | 15A | 12 | 13 |
| Octal | 70 | 47 | 53 | 0 | 36 | 27 | 116 | 532 | 22 | 23 |
| Binary | 111000 | 100111 | 101011 | 0 | 11110 | 10111 | 1001110 | 101011010 | 10010 | 10011 |
Color Harmonies of #38272B
Complementary color
Monochromatic Colors of #38272B
Black with #38272B
Text Example
Text Example
White with #38272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38272B; }
p { color: rgb(56,39,43); }
H1.HeaderClassName
{
color: #38272B;
}
.AnyTagClassName
{
color: #38272B;
}
</style>
background-color css
<style>
a { background-color: #38272B; }
a { background-color: rgb(56,39,43); }
div.DivClassName
{
background-color: #38272B;
}
.BgClassName
{
background-color: #38272B;
}
</style>
border-color css
<style>
span { border-color: #38272B; }
span { border-color: rgb(56,39,43); }
td.TdClassName
{
border-color: #38272B;
}
.TagClassName
{
border-color: #38272B;
}
</style>