Shades of Valentino #3F253D
Tints of Valentino #3F253D
RGB
CMYK
RGB Variations
Color information
#3F253D (or 0x3F253D) is known color: Valentino. HEX triplet: 3F, 25 and 3D. RGB value is (63,37,61). Sum of RGB (Red+Green+Blue) = 63+37+61=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F253D is #C0DAC2. Grayscale: #2F2F2F. Windows color (decimal): -12638915 or 4007231. OLE color: 4007231.
HSL color Cylindrical-coordinate representation of color #3F253D: hue angle of 304.62º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F253D is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 37 | 61 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.75 |
| HSL | 304.62º | 0.26% | 0.2% | - |
| HSV(B) | 304.62º | 0.41% | 0.25% | - |
| XYZ | 3.55 | 2.72 | 4.75 | - |
| YUV | 47.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 61 | 0 | 0.41 | 0.03 | 0.75 | 304.62 | 0.26 | 0.2 |
| Hex | 3F | 25 | 3D | 0 | 29 | 3 | 4B | 131 | 1A | 14 |
| Octal | 77 | 45 | 75 | 0 | 51 | 3 | 113 | 461 | 32 | 24 |
| Binary | 111111 | 100101 | 111101 | 0 | 101001 | 11 | 1001011 | 100110001 | 11010 | 10100 |
Color Harmonies of #3F253D
Complementary color
Monochromatic Colors of #3F253D
Black with #3F253D
Text Example
Text Example
White with #3F253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F253D; }
p { color: rgb(63,37,61); }
H1.HeaderClassName
{
color: #3F253D;
}
.AnyTagClassName
{
color: #3F253D;
}
</style>
background-color css
<style>
a { background-color: #3F253D; }
a { background-color: rgb(63,37,61); }
div.DivClassName
{
background-color: #3F253D;
}
.BgClassName
{
background-color: #3F253D;
}
</style>
border-color css
<style>
span { border-color: #3F253D; }
span { border-color: rgb(63,37,61); }
td.TdClassName
{
border-color: #3F253D;
}
.TagClassName
{
border-color: #3F253D;
}
</style>