Shades of Aubergine #351F22
Tints of Aubergine #351F22
RGB
CMYK
RGB Variations
Color information
#351F22 (or 0x351F22) is known color: Aubergine. HEX triplet: 35, 1F and 22. RGB value is (53,31,34). Sum of RGB (Red+Green+Blue) = 53+31+34=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #351F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F22 is #CAE0DD. Grayscale: #252525. Windows color (decimal): -13295838 or 2236213. OLE color: 2236213.
HSL color Cylindrical-coordinate representation of color #351F22: hue angle of 351.82º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F22 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 34 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.79 |
| HSL | 351.82º | 0.26% | 0.16% | - |
| HSV(B) | 351.82º | 0.42% | 0.21% | - |
| XYZ | 2.25 | 1.85 | 1.75 | - |
| YUV | 37.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 34 | 0 | 0.42 | 0.36 | 0.79 | 351.82 | 0.26 | 0.16 |
| Hex | 35 | 1F | 22 | 0 | 2A | 24 | 4F | 160 | 1A | 10 |
| Octal | 65 | 37 | 42 | 0 | 52 | 44 | 117 | 540 | 32 | 20 |
| Binary | 110101 | 11111 | 100010 | 0 | 101010 | 100100 | 1001111 | 101100000 | 11010 | 10000 |
Color Harmonies of #351F22
Complementary color
Monochromatic Colors of #351F22
Black with #351F22
Text Example
Text Example
White with #351F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F22; }
p { color: rgb(53,31,34); }
H1.HeaderClassName
{
color: #351F22;
}
.AnyTagClassName
{
color: #351F22;
}
</style>
background-color css
<style>
a { background-color: #351F22; }
a { background-color: rgb(53,31,34); }
div.DivClassName
{
background-color: #351F22;
}
.BgClassName
{
background-color: #351F22;
}
</style>
border-color css
<style>
span { border-color: #351F22; }
span { border-color: rgb(53,31,34); }
td.TdClassName
{
border-color: #351F22;
}
.TagClassName
{
border-color: #351F22;
}
</style>