Shades of Aubergine #3D272A
Tints of Aubergine #3D272A
RGB
CMYK
RGB Variations
Color information
#3D272A (or 0x3D272A) is known color: Aubergine. HEX triplet: 3D, 27 and 2A. RGB value is (61,39,42). Sum of RGB (Red+Green+Blue) = 61+39+42=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D272A is #C2D8D5. Grayscale: #2D2D2D. Windows color (decimal): -12769494 or 2762557. OLE color: 2762557.
HSL color Cylindrical-coordinate representation of color #3D272A: hue angle of 351.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D272A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 42 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.76 |
| HSL | 351.82º | 0.22% | 0.2% | - |
| HSV(B) | 351.82º | 0.36% | 0.24% | - |
| XYZ | 3.07 | 2.61 | 2.53 | - |
| YUV | 45.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 42 | 0 | 0.36 | 0.31 | 0.76 | 351.82 | 0.22 | 0.2 |
| Hex | 3D | 27 | 2A | 0 | 24 | 1F | 4C | 160 | 16 | 14 |
| Octal | 75 | 47 | 52 | 0 | 44 | 37 | 114 | 540 | 26 | 24 |
| Binary | 111101 | 100111 | 101010 | 0 | 100100 | 11111 | 1001100 | 101100000 | 10110 | 10100 |
Color Harmonies of #3D272A
Complementary color
Monochromatic Colors of #3D272A
Black with #3D272A
Text Example
Text Example
White with #3D272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D272A; }
p { color: rgb(61,39,42); }
H1.HeaderClassName
{
color: #3D272A;
}
.AnyTagClassName
{
color: #3D272A;
}
</style>
background-color css
<style>
a { background-color: #3D272A; }
a { background-color: rgb(61,39,42); }
div.DivClassName
{
background-color: #3D272A;
}
.BgClassName
{
background-color: #3D272A;
}
</style>
border-color css
<style>
span { border-color: #3D272A; }
span { border-color: rgb(61,39,42); }
td.TdClassName
{
border-color: #3D272A;
}
.TagClassName
{
border-color: #3D272A;
}
</style>