Shades of Valentino #3A293D
Tints of Valentino #3A293D
RGB
CMYK
RGB Variations
Color information
#3A293D (or 0x3A293D) is known color: Valentino. HEX triplet: 3A, 29 and 3D. RGB value is (58,41,61). Sum of RGB (Red+Green+Blue) = 58+41+61=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A293D is #C5D6C2. Grayscale: #303030. Windows color (decimal): -12965571 or 4008250. OLE color: 4008250.
HSL color Cylindrical-coordinate representation of color #3A293D: hue angle of 291º 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 #3A293D is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 41 | 61 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.76 |
| HSL | 291º | 0.2% | 0.2% | - |
| HSV(B) | 291º | 0.33% | 0.24% | - |
| XYZ | 3.38 | 2.82 | 4.78 | - |
| YUV | 48.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 61 | 0.05 | 0.33 | 0 | 0.76 | 291 | 0.2 | 0.2 |
| Hex | 3A | 29 | 3D | 5 | 21 | 0 | 4C | 123 | 14 | 14 |
| Octal | 72 | 51 | 75 | 5 | 41 | 0 | 114 | 443 | 24 | 24 |
| Binary | 111010 | 101001 | 111101 | 101 | 100001 | 0 | 1001100 | 100100011 | 10100 | 10100 |
Color Harmonies of #3A293D
Complementary color
Monochromatic Colors of #3A293D
Black with #3A293D
Text Example
Text Example
White with #3A293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A293D; }
p { color: rgb(58,41,61); }
H1.HeaderClassName
{
color: #3A293D;
}
.AnyTagClassName
{
color: #3A293D;
}
</style>
background-color css
<style>
a { background-color: #3A293D; }
a { background-color: rgb(58,41,61); }
div.DivClassName
{
background-color: #3A293D;
}
.BgClassName
{
background-color: #3A293D;
}
</style>
border-color css
<style>
span { border-color: #3A293D; }
span { border-color: rgb(58,41,61); }
td.TdClassName
{
border-color: #3A293D;
}
.TagClassName
{
border-color: #3A293D;
}
</style>