Shades of Valentino #3D293B
Tints of Valentino #3D293B
RGB
CMYK
RGB Variations
Color information
#3D293B (or 0x3D293B) is known color: Valentino. HEX triplet: 3D, 29 and 3B. RGB value is (61,41,59). Sum of RGB (Red+Green+Blue) = 61+41+59=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D293B is #C2D6C4. Grayscale: #303030. Windows color (decimal): -12768965 or 3877181. OLE color: 3877181.
HSL color Cylindrical-coordinate representation of color #3D293B: hue angle of 306º 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 #3D293B is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 59 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.76 |
| HSL | 306º | 0.2% | 0.2% | - |
| HSV(B) | 306º | 0.33% | 0.24% | - |
| XYZ | 3.51 | 2.89 | 4.51 | - |
| YUV | 49.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 59 | 0 | 0.33 | 0.03 | 0.76 | 306 | 0.2 | 0.2 |
| Hex | 3D | 29 | 3B | 0 | 21 | 3 | 4C | 132 | 14 | 14 |
| Octal | 75 | 51 | 73 | 0 | 41 | 3 | 114 | 462 | 24 | 24 |
| Binary | 111101 | 101001 | 111011 | 0 | 100001 | 11 | 1001100 | 100110010 | 10100 | 10100 |
Color Harmonies of #3D293B
Complementary color
Monochromatic Colors of #3D293B
Black with #3D293B
Text Example
Text Example
White with #3D293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D293B; }
p { color: rgb(61,41,59); }
H1.HeaderClassName
{
color: #3D293B;
}
.AnyTagClassName
{
color: #3D293B;
}
</style>
background-color css
<style>
a { background-color: #3D293B; }
a { background-color: rgb(61,41,59); }
div.DivClassName
{
background-color: #3D293B;
}
.BgClassName
{
background-color: #3D293B;
}
</style>
border-color css
<style>
span { border-color: #3D293B; }
span { border-color: rgb(61,41,59); }
td.TdClassName
{
border-color: #3D293B;
}
.TagClassName
{
border-color: #3D293B;
}
</style>