Shades of Valentino #3F293D
Tints of Valentino #3F293D
RGB
CMYK
RGB Variations
Color information
#3F293D (or 0x3F293D) is known color: Valentino. HEX triplet: 3F, 29 and 3D. RGB value is (63,41,61). Sum of RGB (Red+Green+Blue) = 63+41+61=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F293D is #C0D6C2. Grayscale: #313131. Windows color (decimal): -12637891 or 4008255. OLE color: 4008255.
HSL color Cylindrical-coordinate representation of color #3F293D: hue angle of 305.45º 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 #3F293D is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 61 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.75 |
| HSL | 305.45º | 0.21% | 0.2% | - |
| HSV(B) | 305.45º | 0.35% | 0.25% | - |
| XYZ | 3.69 | 2.98 | 4.8 | - |
| YUV | 49.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 61 | 0 | 0.35 | 0.03 | 0.75 | 305.45 | 0.21 | 0.2 |
| Hex | 3F | 29 | 3D | 0 | 23 | 3 | 4B | 131 | 15 | 14 |
| Octal | 77 | 51 | 75 | 0 | 43 | 3 | 113 | 461 | 25 | 24 |
| Binary | 111111 | 101001 | 111101 | 0 | 100011 | 11 | 1001011 | 100110001 | 10101 | 10100 |
Color Harmonies of #3F293D
Complementary color
Monochromatic Colors of #3F293D
Black with #3F293D
Text Example
Text Example
White with #3F293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F293D; }
p { color: rgb(63,41,61); }
H1.HeaderClassName
{
color: #3F293D;
}
.AnyTagClassName
{
color: #3F293D;
}
</style>
background-color css
<style>
a { background-color: #3F293D; }
a { background-color: rgb(63,41,61); }
div.DivClassName
{
background-color: #3F293D;
}
.BgClassName
{
background-color: #3F293D;
}
</style>
border-color css
<style>
span { border-color: #3F293D; }
span { border-color: rgb(63,41,61); }
td.TdClassName
{
border-color: #3F293D;
}
.TagClassName
{
border-color: #3F293D;
}
</style>