Shades of Aubergine #38262B
Tints of Aubergine #38262B
RGB
CMYK
RGB Variations
Color information
#38262B (or 0x38262B) is known color: Aubergine. HEX triplet: 38, 26 and 2B. RGB value is (56,38,43). Sum of RGB (Red+Green+Blue) = 56+38+43=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38262B is #C7D9D4. Grayscale: #2B2B2B. Windows color (decimal): -13097429 or 2827832. OLE color: 2827832.
HSL color Cylindrical-coordinate representation of color #38262B: hue angle of 343.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38262B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 38 | 43 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.78 |
| HSL | 343.33º | 0.19% | 0.18% | - |
| HSV(B) | 343.33º | 0.32% | 0.22% | - |
| XYZ | 2.76 | 2.4 | 2.6 | - |
| YUV | 43.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 43 | 0 | 0.32 | 0.23 | 0.78 | 343.33 | 0.19 | 0.18 |
| Hex | 38 | 26 | 2B | 0 | 20 | 17 | 4E | 157 | 13 | 12 |
| Octal | 70 | 46 | 53 | 0 | 40 | 27 | 116 | 527 | 23 | 22 |
| Binary | 111000 | 100110 | 101011 | 0 | 100000 | 10111 | 1001110 | 101010111 | 10011 | 10010 |
Color Harmonies of #38262B
Complementary color
Monochromatic Colors of #38262B
Black with #38262B
Text Example
Text Example
White with #38262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38262B; }
p { color: rgb(56,38,43); }
H1.HeaderClassName
{
color: #38262B;
}
.AnyTagClassName
{
color: #38262B;
}
</style>
background-color css
<style>
a { background-color: #38262B; }
a { background-color: rgb(56,38,43); }
div.DivClassName
{
background-color: #38262B;
}
.BgClassName
{
background-color: #38262B;
}
</style>
border-color css
<style>
span { border-color: #38262B; }
span { border-color: rgb(56,38,43); }
td.TdClassName
{
border-color: #38262B;
}
.TagClassName
{
border-color: #38262B;
}
</style>