Shades of Valentino #3E273D
Tints of Valentino #3E273D
RGB
CMYK
RGB Variations
Color information
#3E273D (or 0x3E273D) is known color: Valentino. HEX triplet: 3E, 27 and 3D. RGB value is (62,39,61). Sum of RGB (Red+Green+Blue) = 62+39+61=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 62 - color contains mainly: red. Hex color #3E273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E273D is #C1D8C2. Grayscale: #303030. Windows color (decimal): -12703939 or 4007742. OLE color: 4007742.
HSL color Cylindrical-coordinate representation of color #3E273D: hue angle of 302.61º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E273D is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 61 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.76 |
| HSL | 302.61º | 0.23% | 0.2% | - |
| HSV(B) | 302.61º | 0.37% | 0.24% | - |
| XYZ | 3.55 | 2.81 | 4.77 | - |
| YUV | 48.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 61 | 0 | 0.37 | 0.02 | 0.76 | 302.61 | 0.23 | 0.2 |
| Hex | 3E | 27 | 3D | 0 | 25 | 2 | 4C | 12F | 17 | 14 |
| Octal | 76 | 47 | 75 | 0 | 45 | 2 | 114 | 457 | 27 | 24 |
| Binary | 111110 | 100111 | 111101 | 0 | 100101 | 10 | 1001100 | 100101111 | 10111 | 10100 |
Color Harmonies of #3E273D
Complementary color
Monochromatic Colors of #3E273D
Black with #3E273D
Text Example
Text Example
White with #3E273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E273D; }
p { color: rgb(62,39,61); }
H1.HeaderClassName
{
color: #3E273D;
}
.AnyTagClassName
{
color: #3E273D;
}
</style>
background-color css
<style>
a { background-color: #3E273D; }
a { background-color: rgb(62,39,61); }
div.DivClassName
{
background-color: #3E273D;
}
.BgClassName
{
background-color: #3E273D;
}
</style>
border-color css
<style>
span { border-color: #3E273D; }
span { border-color: rgb(62,39,61); }
td.TdClassName
{
border-color: #3E273D;
}
.TagClassName
{
border-color: #3E273D;
}
</style>