Shades of Valentino #3D293D
Tints of Valentino #3D293D
RGB
CMYK
RGB Variations
Color information
#3D293D (or 0x3D293D) is known color: Valentino. HEX triplet: 3D, 29 and 3D. RGB value is (61,41,61). Sum of RGB (Red+Green+Blue) = 61+41+61=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D293D is #C2D6C2. Grayscale: #313131. Windows color (decimal): -12768963 or 4008253. OLE color: 4008253.
HSL color Cylindrical-coordinate representation of color #3D293D: hue angle of 300º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D293D is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 61 | - |
| CMYK | 0 | 0.33 | 0 | 0.76 |
| HSL | 300º | 0.2% | 0.2% | - |
| HSV(B) | 300º | 0.33% | 0.24% | - |
| XYZ | 3.56 | 2.91 | 4.79 | - |
| YUV | 49.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 61 | 0 | 0.33 | 0 | 0.76 | 300 | 0.2 | 0.2 |
| Hex | 3D | 29 | 3D | 0 | 21 | 0 | 4C | 12C | 14 | 14 |
| Octal | 75 | 51 | 75 | 0 | 41 | 0 | 114 | 454 | 24 | 24 |
| Binary | 111101 | 101001 | 111101 | 0 | 100001 | 0 | 1001100 | 100101100 | 10100 | 10100 |
Color Harmonies of #3D293D
Complementary color
Monochromatic Colors of #3D293D
Black with #3D293D
Text Example
Text Example
White with #3D293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D293D; }
p { color: rgb(61,41,61); }
H1.HeaderClassName
{
color: #3D293D;
}
.AnyTagClassName
{
color: #3D293D;
}
</style>
background-color css
<style>
a { background-color: #3D293D; }
a { background-color: rgb(61,41,61); }
div.DivClassName
{
background-color: #3D293D;
}
.BgClassName
{
background-color: #3D293D;
}
</style>
border-color css
<style>
span { border-color: #3D293D; }
span { border-color: rgb(61,41,61); }
td.TdClassName
{
border-color: #3D293D;
}
.TagClassName
{
border-color: #3D293D;
}
</style>