Shades of Aubergine #3C282B
Tints of Aubergine #3C282B
RGB
CMYK
RGB Variations
Color information
#3C282B (or 0x3C282B) is known color: Aubergine. HEX triplet: 3C, 28 and 2B. RGB value is (60,40,43). Sum of RGB (Red+Green+Blue) = 60+40+43=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C282B is #C3D7D4. Grayscale: #2E2E2E. Windows color (decimal): -12834773 or 2828348. OLE color: 2828348.
HSL color Cylindrical-coordinate representation of color #3C282B: hue angle of 351º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C282B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 43 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.76 |
| HSL | 351º | 0.2% | 0.2% | - |
| HSV(B) | 351º | 0.33% | 0.24% | - |
| XYZ | 3.06 | 2.65 | 2.64 | - |
| YUV | 46.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 43 | 0 | 0.33 | 0.28 | 0.76 | 351 | 0.2 | 0.2 |
| Hex | 3C | 28 | 2B | 0 | 21 | 1C | 4C | 15F | 14 | 14 |
| Octal | 74 | 50 | 53 | 0 | 41 | 34 | 114 | 537 | 24 | 24 |
| Binary | 111100 | 101000 | 101011 | 0 | 100001 | 11100 | 1001100 | 101011111 | 10100 | 10100 |
Color Harmonies of #3C282B
Complementary color
Monochromatic Colors of #3C282B
Black with #3C282B
Text Example
Text Example
White with #3C282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C282B; }
p { color: rgb(60,40,43); }
H1.HeaderClassName
{
color: #3C282B;
}
.AnyTagClassName
{
color: #3C282B;
}
</style>
background-color css
<style>
a { background-color: #3C282B; }
a { background-color: rgb(60,40,43); }
div.DivClassName
{
background-color: #3C282B;
}
.BgClassName
{
background-color: #3C282B;
}
</style>
border-color css
<style>
span { border-color: #3C282B; }
span { border-color: rgb(60,40,43); }
td.TdClassName
{
border-color: #3C282B;
}
.TagClassName
{
border-color: #3C282B;
}
</style>