Shades of Valentino #352C38
Tints of Valentino #352C38
RGB
CMYK
RGB Variations
Color information
#352C38 (or 0x352C38) is known color: Valentino. HEX triplet: 35, 2C and 38. RGB value is (53,44,56). Sum of RGB (Red+Green+Blue) = 53+44+56=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: blue. Hex color #352C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C38 is #CAD3C7. Grayscale: #303030. Windows color (decimal): -13292488 or 3681333. OLE color: 3681333.
HSL color Cylindrical-coordinate representation of color #352C38: hue angle of 285º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352C38 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 44 | 56 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.78 |
| HSL | 285º | 0.12% | 0.2% | - |
| HSV(B) | 285º | 0.21% | 0.22% | - |
| XYZ | 3.08 | 2.84 | 4.13 | - |
| YUV | 48.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 56 | 0.05 | 0.21 | 0 | 0.78 | 285 | 0.12 | 0.2 |
| Hex | 35 | 2C | 38 | 5 | 15 | 0 | 4E | 11D | C | 14 |
| Octal | 65 | 54 | 70 | 5 | 25 | 0 | 116 | 435 | 14 | 24 |
| Binary | 110101 | 101100 | 111000 | 101 | 10101 | 0 | 1001110 | 100011101 | 1100 | 10100 |
Color Harmonies of #352C38
Complementary color
Monochromatic Colors of #352C38
Black with #352C38
Text Example
Text Example
White with #352C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C38; }
p { color: rgb(53,44,56); }
H1.HeaderClassName
{
color: #352C38;
}
.AnyTagClassName
{
color: #352C38;
}
</style>
background-color css
<style>
a { background-color: #352C38; }
a { background-color: rgb(53,44,56); }
div.DivClassName
{
background-color: #352C38;
}
.BgClassName
{
background-color: #352C38;
}
</style>
border-color css
<style>
span { border-color: #352C38; }
span { border-color: rgb(53,44,56); }
td.TdClassName
{
border-color: #352C38;
}
.TagClassName
{
border-color: #352C38;
}
</style>