Shades of Valentino #3F263C
Tints of Valentino #3F263C
RGB
CMYK
RGB Variations
Color information
#3F263C (or 0x3F263C) is known color: Valentino. HEX triplet: 3F, 26 and 3C. RGB value is (63,38,60). Sum of RGB (Red+Green+Blue) = 63+38+60=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F263C is #C0D9C3. Grayscale: #2F2F2F. Windows color (decimal): -12638660 or 3941951. OLE color: 3941951.
HSL color Cylindrical-coordinate representation of color #3F263C: hue angle of 307.2º 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 #3F263C is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 60 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.75 |
| HSL | 307.2º | 0.25% | 0.2% | - |
| HSV(B) | 307.2º | 0.4% | 0.25% | - |
| XYZ | 3.56 | 2.77 | 4.62 | - |
| YUV | 47.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 60 | 0 | 0.40 | 0.05 | 0.75 | 307.2 | 0.25 | 0.2 |
| Hex | 3F | 26 | 3C | 0 | 28 | 5 | 4B | 133 | 19 | 14 |
| Octal | 77 | 46 | 74 | 0 | 50 | 5 | 113 | 463 | 31 | 24 |
| Binary | 111111 | 100110 | 111100 | 0 | 101000 | 101 | 1001011 | 100110011 | 11001 | 10100 |
Color Harmonies of #3F263C
Complementary color
Monochromatic Colors of #3F263C
Black with #3F263C
Text Example
Text Example
White with #3F263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F263C; }
p { color: rgb(63,38,60); }
H1.HeaderClassName
{
color: #3F263C;
}
.AnyTagClassName
{
color: #3F263C;
}
</style>
background-color css
<style>
a { background-color: #3F263C; }
a { background-color: rgb(63,38,60); }
div.DivClassName
{
background-color: #3F263C;
}
.BgClassName
{
background-color: #3F263C;
}
</style>
border-color css
<style>
span { border-color: #3F263C; }
span { border-color: rgb(63,38,60); }
td.TdClassName
{
border-color: #3F263C;
}
.TagClassName
{
border-color: #3F263C;
}
</style>