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