Shades of Aubergine #3B272B
Tints of Aubergine #3B272B
RGB
CMYK
RGB Variations
Color information
#3B272B (or 0x3B272B) is known color: Aubergine. HEX triplet: 3B, 27 and 2B. RGB value is (59,39,43). Sum of RGB (Red+Green+Blue) = 59+39+43=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B272B is #C4D8D4. Grayscale: #2D2D2D. Windows color (decimal): -12900565 or 2828091. OLE color: 2828091.
HSL color Cylindrical-coordinate representation of color #3B272B: hue angle of 348º 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 #3B272B is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 43 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.77 |
| HSL | 348º | 0.2% | 0.19% | - |
| HSV(B) | 348º | 0.34% | 0.23% | - |
| XYZ | 2.97 | 2.56 | 2.62 | - |
| YUV | 45.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 43 | 0 | 0.34 | 0.27 | 0.77 | 348 | 0.2 | 0.19 |
| Hex | 3B | 27 | 2B | 0 | 22 | 1B | 4D | 15C | 14 | 13 |
| Octal | 73 | 47 | 53 | 0 | 42 | 33 | 115 | 534 | 24 | 23 |
| Binary | 111011 | 100111 | 101011 | 0 | 100010 | 11011 | 1001101 | 101011100 | 10100 | 10011 |
Color Harmonies of #3B272B
Complementary color
Monochromatic Colors of #3B272B
Black with #3B272B
Text Example
Text Example
White with #3B272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B272B; }
p { color: rgb(59,39,43); }
H1.HeaderClassName
{
color: #3B272B;
}
.AnyTagClassName
{
color: #3B272B;
}
</style>
background-color css
<style>
a { background-color: #3B272B; }
a { background-color: rgb(59,39,43); }
div.DivClassName
{
background-color: #3B272B;
}
.BgClassName
{
background-color: #3B272B;
}
</style>
border-color css
<style>
span { border-color: #3B272B; }
span { border-color: rgb(59,39,43); }
td.TdClassName
{
border-color: #3B272B;
}
.TagClassName
{
border-color: #3B272B;
}
</style>