Shades of Valentino #352839
Tints of Valentino #352839
RGB
CMYK
RGB Variations
Color information
#352839 (or 0x352839) is known color: Valentino. HEX triplet: 35, 28 and 39. RGB value is (53,40,57). Sum of RGB (Red+Green+Blue) = 53+40+57=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #352839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352839 is #CAD7C6. Grayscale: #2D2D2D. Windows color (decimal): -13293511 or 3745845. OLE color: 3745845.
HSL color Cylindrical-coordinate representation of color #352839: hue angle of 285.88º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352839 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 40 | 57 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.78 |
| HSL | 285.88º | 0.18% | 0.19% | - |
| HSV(B) | 285.88º | 0.3% | 0.22% | - |
| XYZ | 2.97 | 2.57 | 4.21 | - |
| YUV | 45.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 57 | 0.07 | 0.30 | 0 | 0.78 | 285.88 | 0.18 | 0.19 |
| Hex | 35 | 28 | 39 | 7 | 1E | 0 | 4E | 11E | 12 | 13 |
| Octal | 65 | 50 | 71 | 7 | 36 | 0 | 116 | 436 | 22 | 23 |
| Binary | 110101 | 101000 | 111001 | 111 | 11110 | 0 | 1001110 | 100011110 | 10010 | 10011 |
Color Harmonies of #352839
Complementary color
Monochromatic Colors of #352839
Black with #352839
Text Example
Text Example
White with #352839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352839; }
p { color: rgb(53,40,57); }
H1.HeaderClassName
{
color: #352839;
}
.AnyTagClassName
{
color: #352839;
}
</style>
background-color css
<style>
a { background-color: #352839; }
a { background-color: rgb(53,40,57); }
div.DivClassName
{
background-color: #352839;
}
.BgClassName
{
background-color: #352839;
}
</style>
border-color css
<style>
span { border-color: #352839; }
span { border-color: rgb(53,40,57); }
td.TdClassName
{
border-color: #352839;
}
.TagClassName
{
border-color: #352839;
}
</style>