Shades of Valentino #3C313D
Tints of Valentino #3C313D
RGB
CMYK
RGB Variations
Color information
#3C313D (or 0x3C313D) is known color: Valentino. HEX triplet: 3C, 31 and 3D. RGB value is (60,49,61). Sum of RGB (Red+Green+Blue) = 60+49+61=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C313D is #C3CEC2. Grayscale: #353535. Windows color (decimal): -12832451 or 4010300. OLE color: 4010300.
HSL color Cylindrical-coordinate representation of color #3C313D: hue angle of 295º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3C313D is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 61 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.76 |
| HSL | 295º | 0.11% | 0.22% | - |
| HSV(B) | 295º | 0.2% | 0.24% | - |
| XYZ | 3.8 | 3.49 | 4.89 | - |
| YUV | 53.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 61 | 0.02 | 0.20 | 0 | 0.76 | 295 | 0.11 | 0.22 |
| Hex | 3C | 31 | 3D | 2 | 14 | 0 | 4C | 127 | B | 16 |
| Octal | 74 | 61 | 75 | 2 | 24 | 0 | 114 | 447 | 13 | 26 |
| Binary | 111100 | 110001 | 111101 | 10 | 10100 | 0 | 1001100 | 100100111 | 1011 | 10110 |
Color Harmonies of #3C313D
Complementary color
Monochromatic Colors of #3C313D
Black with #3C313D
Text Example
Text Example
White with #3C313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C313D; }
p { color: rgb(60,49,61); }
H1.HeaderClassName
{
color: #3C313D;
}
.AnyTagClassName
{
color: #3C313D;
}
</style>
background-color css
<style>
a { background-color: #3C313D; }
a { background-color: rgb(60,49,61); }
div.DivClassName
{
background-color: #3C313D;
}
.BgClassName
{
background-color: #3C313D;
}
</style>
border-color css
<style>
span { border-color: #3C313D; }
span { border-color: rgb(60,49,61); }
td.TdClassName
{
border-color: #3C313D;
}
.TagClassName
{
border-color: #3C313D;
}
</style>