Shades of Valentino #3F263D
Tints of Valentino #3F263D
RGB
CMYK
RGB Variations
Color information
#3F263D (or 0x3F263D) is known color: Valentino. HEX triplet: 3F, 26 and 3D. RGB value is (63,38,61). Sum of RGB (Red+Green+Blue) = 63+38+61=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F263D is #C0D9C2. Grayscale: #303030. Windows color (decimal): -12638659 or 4007487. OLE color: 4007487.
HSL color Cylindrical-coordinate representation of color #3F263D: hue angle of 304.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F263D is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 61 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.75 |
| HSL | 304.8º | 0.25% | 0.2% | - |
| HSV(B) | 304.8º | 0.4% | 0.25% | - |
| XYZ | 3.59 | 2.78 | 4.76 | - |
| YUV | 48.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 61 | 0 | 0.40 | 0.03 | 0.75 | 304.8 | 0.25 | 0.2 |
| Hex | 3F | 26 | 3D | 0 | 28 | 3 | 4B | 131 | 19 | 14 |
| Octal | 77 | 46 | 75 | 0 | 50 | 3 | 113 | 461 | 31 | 24 |
| Binary | 111111 | 100110 | 111101 | 0 | 101000 | 11 | 1001011 | 100110001 | 11001 | 10100 |
Color Harmonies of #3F263D
Complementary color
Monochromatic Colors of #3F263D
Black with #3F263D
Text Example
Text Example
White with #3F263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F263D; }
p { color: rgb(63,38,61); }
H1.HeaderClassName
{
color: #3F263D;
}
.AnyTagClassName
{
color: #3F263D;
}
</style>
background-color css
<style>
a { background-color: #3F263D; }
a { background-color: rgb(63,38,61); }
div.DivClassName
{
background-color: #3F263D;
}
.BgClassName
{
background-color: #3F263D;
}
</style>
border-color css
<style>
span { border-color: #3F263D; }
span { border-color: rgb(63,38,61); }
td.TdClassName
{
border-color: #3F263D;
}
.TagClassName
{
border-color: #3F263D;
}
</style>