Shades of Aubergine #39262A
Tints of Aubergine #39262A
RGB
CMYK
RGB Variations
Color information
#39262A (or 0x39262A) is known color: Aubergine. HEX triplet: 39, 26 and 2A. RGB value is (57,38,42). Sum of RGB (Red+Green+Blue) = 57+38+42=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39262A is #C6D9D5. Grayscale: #2C2C2C. Windows color (decimal): -13031894 or 2762297. OLE color: 2762297.
HSL color Cylindrical-coordinate representation of color #39262A: hue angle of 347.37º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #39262A is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 38 | 42 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.78 |
| HSL | 347.37º | 0.2% | 0.19% | - |
| HSV(B) | 347.37º | 0.33% | 0.22% | - |
| XYZ | 2.8 | 2.42 | 2.51 | - |
| YUV | 44.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 42 | 0 | 0.33 | 0.26 | 0.78 | 347.37 | 0.2 | 0.19 |
| Hex | 39 | 26 | 2A | 0 | 21 | 1A | 4E | 15B | 14 | 13 |
| Octal | 71 | 46 | 52 | 0 | 41 | 32 | 116 | 533 | 24 | 23 |
| Binary | 111001 | 100110 | 101010 | 0 | 100001 | 11010 | 1001110 | 101011011 | 10100 | 10011 |
Color Harmonies of #39262A
Complementary color
Monochromatic Colors of #39262A
Black with #39262A
Text Example
Text Example
White with #39262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39262A; }
p { color: rgb(57,38,42); }
H1.HeaderClassName
{
color: #39262A;
}
.AnyTagClassName
{
color: #39262A;
}
</style>
background-color css
<style>
a { background-color: #39262A; }
a { background-color: rgb(57,38,42); }
div.DivClassName
{
background-color: #39262A;
}
.BgClassName
{
background-color: #39262A;
}
</style>
border-color css
<style>
span { border-color: #39262A; }
span { border-color: rgb(57,38,42); }
td.TdClassName
{
border-color: #39262A;
}
.TagClassName
{
border-color: #39262A;
}
</style>