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