Shades of Valentino #3C293F
Tints of Valentino #3C293F
RGB
CMYK
RGB Variations
Color information
#3C293F (or 0x3C293F) is known color: Valentino. HEX triplet: 3C, 29 and 3F. RGB value is (60,41,63). Sum of RGB (Red+Green+Blue) = 60+41+63=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C293F is #C3D6C0. Grayscale: #313131. Windows color (decimal): -12834497 or 4139324. OLE color: 4139324.
HSL color Cylindrical-coordinate representation of color #3C293F: hue angle of 291.82º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C293F is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 41 | 63 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.75 |
| HSL | 291.82º | 0.21% | 0.2% | - |
| HSV(B) | 291.82º | 0.35% | 0.25% | - |
| XYZ | 3.55 | 2.91 | 5.08 | - |
| YUV | 49.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 63 | 0.05 | 0.35 | 0 | 0.75 | 291.82 | 0.21 | 0.2 |
| Hex | 3C | 29 | 3F | 5 | 23 | 0 | 4B | 124 | 15 | 14 |
| Octal | 74 | 51 | 77 | 5 | 43 | 0 | 113 | 444 | 25 | 24 |
| Binary | 111100 | 101001 | 111111 | 101 | 100011 | 0 | 1001011 | 100100100 | 10101 | 10100 |
Color Harmonies of #3C293F
Complementary color
Monochromatic Colors of #3C293F
Black with #3C293F
Text Example
Text Example
White with #3C293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C293F; }
p { color: rgb(60,41,63); }
H1.HeaderClassName
{
color: #3C293F;
}
.AnyTagClassName
{
color: #3C293F;
}
</style>
background-color css
<style>
a { background-color: #3C293F; }
a { background-color: rgb(60,41,63); }
div.DivClassName
{
background-color: #3C293F;
}
.BgClassName
{
background-color: #3C293F;
}
</style>
border-color css
<style>
span { border-color: #3C293F; }
span { border-color: rgb(60,41,63); }
td.TdClassName
{
border-color: #3C293F;
}
.TagClassName
{
border-color: #3C293F;
}
</style>