Shades of Aubergine #3B272A
Tints of Aubergine #3B272A
RGB
CMYK
RGB Variations
Color information
#3B272A (or 0x3B272A) is known color: Aubergine. HEX triplet: 3B, 27 and 2A. RGB value is (59,39,42). Sum of RGB (Red+Green+Blue) = 59+39+42=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B272A is #C4D8D5. Grayscale: #2D2D2D. Windows color (decimal): -12900566 or 2762555. OLE color: 2762555.
HSL color Cylindrical-coordinate representation of color #3B272A: hue angle of 351º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B272A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 42 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.77 |
| HSL | 351º | 0.2% | 0.19% | - |
| HSV(B) | 351º | 0.34% | 0.23% | - |
| XYZ | 2.95 | 2.55 | 2.53 | - |
| YUV | 45.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 42 | 0 | 0.34 | 0.29 | 0.77 | 351 | 0.2 | 0.19 |
| Hex | 3B | 27 | 2A | 0 | 22 | 1D | 4D | 15F | 14 | 13 |
| Octal | 73 | 47 | 52 | 0 | 42 | 35 | 115 | 537 | 24 | 23 |
| Binary | 111011 | 100111 | 101010 | 0 | 100010 | 11101 | 1001101 | 101011111 | 10100 | 10011 |
Color Harmonies of #3B272A
Complementary color
Monochromatic Colors of #3B272A
Black with #3B272A
Text Example
Text Example
White with #3B272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B272A; }
p { color: rgb(59,39,42); }
H1.HeaderClassName
{
color: #3B272A;
}
.AnyTagClassName
{
color: #3B272A;
}
</style>
background-color css
<style>
a { background-color: #3B272A; }
a { background-color: rgb(59,39,42); }
div.DivClassName
{
background-color: #3B272A;
}
.BgClassName
{
background-color: #3B272A;
}
</style>
border-color css
<style>
span { border-color: #3B272A; }
span { border-color: rgb(59,39,42); }
td.TdClassName
{
border-color: #3B272A;
}
.TagClassName
{
border-color: #3B272A;
}
</style>