Shades of Valentino #3C2D3F
Tints of Valentino #3C2D3F
RGB
CMYK
RGB Variations
Color information
#3C2D3F (or 0x3C2D3F) is known color: Valentino. HEX triplet: 3C, 2D and 3F. RGB value is (60,45,63). Sum of RGB (Red+Green+Blue) = 60+45+63=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C2D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D3F is #C3D2C0. Grayscale: #333333. Windows color (decimal): -12833473 or 4140348. OLE color: 4140348.
HSL color Cylindrical-coordinate representation of color #3C2D3F: hue angle of 290º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C2D3F is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 45 | 63 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.75 |
| HSL | 290º | 0.17% | 0.21% | - |
| HSV(B) | 290º | 0.29% | 0.25% | - |
| XYZ | 3.7 | 3.2 | 5.12 | - |
| YUV | 51.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 63 | 0.05 | 0.29 | 0 | 0.75 | 290 | 0.17 | 0.21 |
| Hex | 3C | 2D | 3F | 5 | 1D | 0 | 4B | 122 | 11 | 15 |
| Octal | 74 | 55 | 77 | 5 | 35 | 0 | 113 | 442 | 21 | 25 |
| Binary | 111100 | 101101 | 111111 | 101 | 11101 | 0 | 1001011 | 100100010 | 10001 | 10101 |
Color Harmonies of #3C2D3F
Complementary color
Monochromatic Colors of #3C2D3F
Black with #3C2D3F
Text Example
Text Example
White with #3C2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D3F; }
p { color: rgb(60,45,63); }
H1.HeaderClassName
{
color: #3C2D3F;
}
.AnyTagClassName
{
color: #3C2D3F;
}
</style>
background-color css
<style>
a { background-color: #3C2D3F; }
a { background-color: rgb(60,45,63); }
div.DivClassName
{
background-color: #3C2D3F;
}
.BgClassName
{
background-color: #3C2D3F;
}
</style>
border-color css
<style>
span { border-color: #3C2D3F; }
span { border-color: rgb(60,45,63); }
td.TdClassName
{
border-color: #3C2D3F;
}
.TagClassName
{
border-color: #3C2D3F;
}
</style>