Shades of Valentino #3C313B
Tints of Valentino #3C313B
RGB
CMYK
RGB Variations
Color information
#3C313B (or 0x3C313B) is known color: Valentino. HEX triplet: 3C, 31 and 3B. RGB value is (60,49,59). Sum of RGB (Red+Green+Blue) = 60+49+59=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 60 - color contains mainly: red. Hex color #3C313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C313B is #C3CEC4. Grayscale: #353535. Windows color (decimal): -12832453 or 3879228. OLE color: 3879228.
HSL color Cylindrical-coordinate representation of color #3C313B: hue angle of 305.45º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C313B is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 59 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.76 |
| HSL | 305.45º | 0.1% | 0.21% | - |
| HSV(B) | 305.45º | 0.18% | 0.24% | - |
| XYZ | 3.75 | 3.47 | 4.61 | - |
| YUV | 53.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 59 | 0 | 0.18 | 0.02 | 0.76 | 305.45 | 0.1 | 0.21 |
| Hex | 3C | 31 | 3B | 0 | 12 | 2 | 4C | 131 | A | 15 |
| Octal | 74 | 61 | 73 | 0 | 22 | 2 | 114 | 461 | 12 | 25 |
| Binary | 111100 | 110001 | 111011 | 0 | 10010 | 10 | 1001100 | 100110001 | 1010 | 10101 |
Color Harmonies of #3C313B
Complementary color
Monochromatic Colors of #3C313B
Black with #3C313B
Text Example
Text Example
White with #3C313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C313B; }
p { color: rgb(60,49,59); }
H1.HeaderClassName
{
color: #3C313B;
}
.AnyTagClassName
{
color: #3C313B;
}
</style>
background-color css
<style>
a { background-color: #3C313B; }
a { background-color: rgb(60,49,59); }
div.DivClassName
{
background-color: #3C313B;
}
.BgClassName
{
background-color: #3C313B;
}
</style>
border-color css
<style>
span { border-color: #3C313B; }
span { border-color: rgb(60,49,59); }
td.TdClassName
{
border-color: #3C313B;
}
.TagClassName
{
border-color: #3C313B;
}
</style>