Shades of Aubergine #3C272B
Tints of Aubergine #3C272B
RGB
CMYK
RGB Variations
Color information
#3C272B (or 0x3C272B) is known color: Aubergine. HEX triplet: 3C, 27 and 2B. RGB value is (60,39,43). Sum of RGB (Red+Green+Blue) = 60+39+43=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C272B is #C3D8D4. Grayscale: #2D2D2D. Windows color (decimal): -12835029 or 2828092. OLE color: 2828092.
HSL color Cylindrical-coordinate representation of color #3C272B: hue angle of 348.57º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C272B is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 39 | 43 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.76 |
| HSL | 348.57º | 0.21% | 0.19% | - |
| HSV(B) | 348.57º | 0.35% | 0.24% | - |
| XYZ | 3.03 | 2.59 | 2.63 | - |
| YUV | 45.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 43 | 0 | 0.35 | 0.28 | 0.76 | 348.57 | 0.21 | 0.19 |
| Hex | 3C | 27 | 2B | 0 | 23 | 1C | 4C | 15D | 15 | 13 |
| Octal | 74 | 47 | 53 | 0 | 43 | 34 | 114 | 535 | 25 | 23 |
| Binary | 111100 | 100111 | 101011 | 0 | 100011 | 11100 | 1001100 | 101011101 | 10101 | 10011 |
Color Harmonies of #3C272B
Complementary color
Monochromatic Colors of #3C272B
Black with #3C272B
Text Example
Text Example
White with #3C272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C272B; }
p { color: rgb(60,39,43); }
H1.HeaderClassName
{
color: #3C272B;
}
.AnyTagClassName
{
color: #3C272B;
}
</style>
background-color css
<style>
a { background-color: #3C272B; }
a { background-color: rgb(60,39,43); }
div.DivClassName
{
background-color: #3C272B;
}
.BgClassName
{
background-color: #3C272B;
}
</style>
border-color css
<style>
span { border-color: #3C272B; }
span { border-color: rgb(60,39,43); }
td.TdClassName
{
border-color: #3C272B;
}
.TagClassName
{
border-color: #3C272B;
}
</style>