Shades of Valentino #3F273C
Tints of Valentino #3F273C
RGB
CMYK
RGB Variations
Color information
#3F273C (or 0x3F273C) is known color: Valentino. HEX triplet: 3F, 27 and 3C. RGB value is (63,39,60). Sum of RGB (Red+Green+Blue) = 63+39+60=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F273C is #C0D8C3. Grayscale: #303030. Windows color (decimal): -12638404 or 3942207. OLE color: 3942207.
HSL color Cylindrical-coordinate representation of color #3F273C: hue angle of 307.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F273C is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 60 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.75 |
| HSL | 307.5º | 0.24% | 0.2% | - |
| HSV(B) | 307.5º | 0.38% | 0.25% | - |
| XYZ | 3.59 | 2.83 | 4.63 | - |
| YUV | 48.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 60 | 0 | 0.38 | 0.05 | 0.75 | 307.5 | 0.24 | 0.2 |
| Hex | 3F | 27 | 3C | 0 | 26 | 5 | 4B | 134 | 18 | 14 |
| Octal | 77 | 47 | 74 | 0 | 46 | 5 | 113 | 464 | 30 | 24 |
| Binary | 111111 | 100111 | 111100 | 0 | 100110 | 101 | 1001011 | 100110100 | 11000 | 10100 |
Color Harmonies of #3F273C
Complementary color
Monochromatic Colors of #3F273C
Black with #3F273C
Text Example
Text Example
White with #3F273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F273C; }
p { color: rgb(63,39,60); }
H1.HeaderClassName
{
color: #3F273C;
}
.AnyTagClassName
{
color: #3F273C;
}
</style>
background-color css
<style>
a { background-color: #3F273C; }
a { background-color: rgb(63,39,60); }
div.DivClassName
{
background-color: #3F273C;
}
.BgClassName
{
background-color: #3F273C;
}
</style>
border-color css
<style>
span { border-color: #3F273C; }
span { border-color: rgb(63,39,60); }
td.TdClassName
{
border-color: #3F273C;
}
.TagClassName
{
border-color: #3F273C;
}
</style>