Shades of Aubergine #352B2D
Tints of Aubergine #352B2D
RGB
CMYK
RGB Variations
Color information
#352B2D (or 0x352B2D) is known color: Aubergine. HEX triplet: 35, 2B and 2D. RGB value is (53,43,45). Sum of RGB (Red+Green+Blue) = 53+43+45=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B2D is #CAD4D2. Grayscale: #2E2E2E. Windows color (decimal): -13292755 or 2960181. OLE color: 2960181.
HSL color Cylindrical-coordinate representation of color #352B2D: hue angle of 348º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #352B2D is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
RGB | 53 | 43 | 45 | - |
CMYK | 0 | 0.19 | 0.15 | 0.79 |
HSL | 348º | 0.1% | 0.19% | - |
HSV(B) | 348º | 0.19% | 0.21% | - |
XYZ | 2.81 | 2.67 | 2.85 | - |
YUV | 46.22 | 127.31 | 132.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 43 | 45 | 0 | 0.19 | 0.15 | 0.79 | 348 | 0.1 | 0.19 |
Hex | 35 | 2B | 2D | 0 | 13 | F | 4F | 15C | A | 13 |
Octal | 65 | 53 | 55 | 0 | 23 | 17 | 117 | 534 | 12 | 23 |
Binary | 110101 | 101011 | 101101 | 0 | 10011 | 1111 | 1001111 | 101011100 | 1010 | 10011 |
Color Harmonies of #352B2D
Complementary color
Monochromatic Colors of #352B2D
Black with #352B2D
Text Example
Text Example
White with #352B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B2D; }
p { color: rgb(53,43,45); }
H1.HeaderClassName
{
color: #352B2D;
}
.AnyTagClassName
{
color: #352B2D;
}
</style>
background-color css
<style>
a { background-color: #352B2D; }
a { background-color: rgb(53,43,45); }
div.DivClassName
{
background-color: #352B2D;
}
.BgClassName
{
background-color: #352B2D;
}
</style>
border-color css
<style>
span { border-color: #352B2D; }
span { border-color: rgb(53,43,45); }
td.TdClassName
{
border-color: #352B2D;
}
.TagClassName
{
border-color: #352B2D;
}
</style>