Shades of Melanzane #35212F
Tints of Melanzane #35212F
RGB
CMYK
RGB Variations
Color information
#35212F (or 0x35212F) is known color: Melanzane. HEX triplet: 35, 21 and 2F. RGB value is (53,33,47). Sum of RGB (Red+Green+Blue) = 53+33+47=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35212F is #CADED0. Grayscale: #282828. Windows color (decimal): -13295313 or 3088693. OLE color: 3088693.
HSL color Cylindrical-coordinate representation of color #35212F: hue angle of 318º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35212F is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 33 | 47 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.79 |
| HSL | 318º | 0.23% | 0.17% | - |
| HSV(B) | 318º | 0.38% | 0.21% | - |
| XYZ | 2.53 | 2.05 | 2.95 | - |
| YUV | 40.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 47 | 0 | 0.38 | 0.11 | 0.79 | 318 | 0.23 | 0.17 |
| Hex | 35 | 21 | 2F | 0 | 26 | B | 4F | 13E | 17 | 11 |
| Octal | 65 | 41 | 57 | 0 | 46 | 13 | 117 | 476 | 27 | 21 |
| Binary | 110101 | 100001 | 101111 | 0 | 100110 | 1011 | 1001111 | 100111110 | 10111 | 10001 |
Color Harmonies of #35212F
Complementary color
Monochromatic Colors of #35212F
Black with #35212F
Text Example
Text Example
White with #35212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35212F; }
p { color: rgb(53,33,47); }
H1.HeaderClassName
{
color: #35212F;
}
.AnyTagClassName
{
color: #35212F;
}
</style>
background-color css
<style>
a { background-color: #35212F; }
a { background-color: rgb(53,33,47); }
div.DivClassName
{
background-color: #35212F;
}
.BgClassName
{
background-color: #35212F;
}
</style>
border-color css
<style>
span { border-color: #35212F; }
span { border-color: rgb(53,33,47); }
td.TdClassName
{
border-color: #35212F;
}
.TagClassName
{
border-color: #35212F;
}
</style>