Shades of Valentino #3F273D
Tints of Valentino #3F273D
RGB
CMYK
RGB Variations
Color information
#3F273D (or 0x3F273D) is known color: Valentino. HEX triplet: 3F, 27 and 3D. RGB value is (63,39,61). Sum of RGB (Red+Green+Blue) = 63+39+61=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F273D is #C0D8C2. Grayscale: #303030. Windows color (decimal): -12638403 or 4007743. OLE color: 4007743.
HSL color Cylindrical-coordinate representation of color #3F273D: hue angle of 305º 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 #3F273D is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 61 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.75 |
| HSL | 305º | 0.24% | 0.2% | - |
| HSV(B) | 305º | 0.38% | 0.25% | - |
| XYZ | 3.62 | 2.84 | 4.77 | - |
| YUV | 48.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 61 | 0 | 0.38 | 0.03 | 0.75 | 305 | 0.24 | 0.2 |
| Hex | 3F | 27 | 3D | 0 | 26 | 3 | 4B | 131 | 18 | 14 |
| Octal | 77 | 47 | 75 | 0 | 46 | 3 | 113 | 461 | 30 | 24 |
| Binary | 111111 | 100111 | 111101 | 0 | 100110 | 11 | 1001011 | 100110001 | 11000 | 10100 |
Color Harmonies of #3F273D
Complementary color
Monochromatic Colors of #3F273D
Black with #3F273D
Text Example
Text Example
White with #3F273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F273D; }
p { color: rgb(63,39,61); }
H1.HeaderClassName
{
color: #3F273D;
}
.AnyTagClassName
{
color: #3F273D;
}
</style>
background-color css
<style>
a { background-color: #3F273D; }
a { background-color: rgb(63,39,61); }
div.DivClassName
{
background-color: #3F273D;
}
.BgClassName
{
background-color: #3F273D;
}
</style>
border-color css
<style>
span { border-color: #3F273D; }
span { border-color: rgb(63,39,61); }
td.TdClassName
{
border-color: #3F273D;
}
.TagClassName
{
border-color: #3F273D;
}
</style>