Shades of Aubergine #35282A
Tints of Aubergine #35282A
RGB
CMYK
RGB Variations
Color information
#35282A (or 0x35282A) is known color: Aubergine. HEX triplet: 35, 28 and 2A. RGB value is (53,40,42). Sum of RGB (Red+Green+Blue) = 53+40+42=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #35282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35282A is #CAD7D5. Grayscale: #2C2C2C. Windows color (decimal): -13293526 or 2762805. OLE color: 2762805.
HSL color Cylindrical-coordinate representation of color #35282A: hue angle of 350.77º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35282A is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 40 | 42 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.79 |
| HSL | 350.77º | 0.14% | 0.18% | - |
| HSV(B) | 350.77º | 0.25% | 0.21% | - |
| XYZ | 2.64 | 2.44 | 2.52 | - |
| YUV | 44.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 42 | 0 | 0.25 | 0.21 | 0.79 | 350.77 | 0.14 | 0.18 |
| Hex | 35 | 28 | 2A | 0 | 19 | 15 | 4F | 15F | E | 12 |
| Octal | 65 | 50 | 52 | 0 | 31 | 25 | 117 | 537 | 16 | 22 |
| Binary | 110101 | 101000 | 101010 | 0 | 11001 | 10101 | 1001111 | 101011111 | 1110 | 10010 |
Color Harmonies of #35282A
Complementary color
Monochromatic Colors of #35282A
Black with #35282A
Text Example
Text Example
White with #35282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35282A; }
p { color: rgb(53,40,42); }
H1.HeaderClassName
{
color: #35282A;
}
.AnyTagClassName
{
color: #35282A;
}
</style>
background-color css
<style>
a { background-color: #35282A; }
a { background-color: rgb(53,40,42); }
div.DivClassName
{
background-color: #35282A;
}
.BgClassName
{
background-color: #35282A;
}
</style>
border-color css
<style>
span { border-color: #35282A; }
span { border-color: rgb(53,40,42); }
td.TdClassName
{
border-color: #35282A;
}
.TagClassName
{
border-color: #35282A;
}
</style>