Shades of Aubergine #3C2629
Tints of Aubergine #3C2629
RGB
CMYK
RGB Variations
Color information
#3C2629 (or 0x3C2629) is known color: Aubergine. HEX triplet: 3C, 26 and 29. RGB value is (60,38,41). Sum of RGB (Red+Green+Blue) = 60+38+41=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2629 is #C3D9D6. Grayscale: #2C2C2C. Windows color (decimal): -12835287 or 2696764. OLE color: 2696764.
HSL color Cylindrical-coordinate representation of color #3C2629: hue angle of 351.82º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C2629 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 41 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.76 |
| HSL | 351.82º | 0.22% | 0.19% | - |
| HSV(B) | 351.82º | 0.37% | 0.24% | - |
| XYZ | 2.96 | 2.51 | 2.43 | - |
| YUV | 44.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 41 | 0 | 0.37 | 0.32 | 0.76 | 351.82 | 0.22 | 0.19 |
| Hex | 3C | 26 | 29 | 0 | 25 | 20 | 4C | 160 | 16 | 13 |
| Octal | 74 | 46 | 51 | 0 | 45 | 40 | 114 | 540 | 26 | 23 |
| Binary | 111100 | 100110 | 101001 | 0 | 100101 | 100000 | 1001100 | 101100000 | 10110 | 10011 |
Color Harmonies of #3C2629
Complementary color
Monochromatic Colors of #3C2629
Black with #3C2629
Text Example
Text Example
White with #3C2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2629; }
p { color: rgb(60,38,41); }
H1.HeaderClassName
{
color: #3C2629;
}
.AnyTagClassName
{
color: #3C2629;
}
</style>
background-color css
<style>
a { background-color: #3C2629; }
a { background-color: rgb(60,38,41); }
div.DivClassName
{
background-color: #3C2629;
}
.BgClassName
{
background-color: #3C2629;
}
</style>
border-color css
<style>
span { border-color: #3C2629; }
span { border-color: rgb(60,38,41); }
td.TdClassName
{
border-color: #3C2629;
}
.TagClassName
{
border-color: #3C2629;
}
</style>