Shades of Aubergine #352A2D
Tints of Aubergine #352A2D
RGB
CMYK
RGB Variations
Color information
#352A2D (or 0x352A2D) is known color: Aubergine. HEX triplet: 35, 2A and 2D. RGB value is (53,42,45). Sum of RGB (Red+Green+Blue) = 53+42+45=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A2D is #CAD5D2. Grayscale: #2D2D2D. Windows color (decimal): -13293011 or 2959925. OLE color: 2959925.
HSL color Cylindrical-coordinate representation of color #352A2D: hue angle of 343.64º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352A2D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
RGB | 53 | 42 | 45 | - |
CMYK | 0 | 0.21 | 0.15 | 0.79 |
HSL | 343.64º | 0.12% | 0.19% | - |
HSV(B) | 343.64º | 0.21% | 0.21% | - |
XYZ | 2.77 | 2.6 | 2.84 | - |
YUV | 45.63 | 127.64 | 133.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 42 | 45 | 0 | 0.21 | 0.15 | 0.79 | 343.64 | 0.12 | 0.19 |
Hex | 35 | 2A | 2D | 0 | 15 | F | 4F | 158 | C | 13 |
Octal | 65 | 52 | 55 | 0 | 25 | 17 | 117 | 530 | 14 | 23 |
Binary | 110101 | 101010 | 101101 | 0 | 10101 | 1111 | 1001111 | 101011000 | 1100 | 10011 |
Color Harmonies of #352A2D
Complementary color
Monochromatic Colors of #352A2D
Black with #352A2D
Text Example
Text Example
White with #352A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A2D; }
p { color: rgb(53,42,45); }
H1.HeaderClassName
{
color: #352A2D;
}
.AnyTagClassName
{
color: #352A2D;
}
</style>
background-color css
<style>
a { background-color: #352A2D; }
a { background-color: rgb(53,42,45); }
div.DivClassName
{
background-color: #352A2D;
}
.BgClassName
{
background-color: #352A2D;
}
</style>
border-color css
<style>
span { border-color: #352A2D; }
span { border-color: rgb(53,42,45); }
td.TdClassName
{
border-color: #352A2D;
}
.TagClassName
{
border-color: #352A2D;
}
</style>