Shades of Valentino #3B2E3D
Tints of Valentino #3B2E3D
RGB
CMYK
RGB Variations
Color information
#3B2E3D (or 0x3B2E3D) is known color: Valentino. HEX triplet: 3B, 2E and 3D. RGB value is (59,46,61). Sum of RGB (Red+Green+Blue) = 59+46+61=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B2E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E3D is #C4D1C2. Grayscale: #333333. Windows color (decimal): -12898755 or 4009531. OLE color: 4009531.
HSL color Cylindrical-coordinate representation of color #3B2E3D: hue angle of 292º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2E3D is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 46 | 61 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.76 |
| HSL | 292º | 0.14% | 0.21% | - |
| HSV(B) | 292º | 0.25% | 0.24% | - |
| XYZ | 3.62 | 3.22 | 4.85 | - |
| YUV | 51.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 61 | 0.03 | 0.25 | 0 | 0.76 | 292 | 0.14 | 0.21 |
| Hex | 3B | 2E | 3D | 3 | 19 | 0 | 4C | 124 | E | 15 |
| Octal | 73 | 56 | 75 | 3 | 31 | 0 | 114 | 444 | 16 | 25 |
| Binary | 111011 | 101110 | 111101 | 11 | 11001 | 0 | 1001100 | 100100100 | 1110 | 10101 |
Color Harmonies of #3B2E3D
Complementary color
Monochromatic Colors of #3B2E3D
Black with #3B2E3D
Text Example
Text Example
White with #3B2E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E3D; }
p { color: rgb(59,46,61); }
H1.HeaderClassName
{
color: #3B2E3D;
}
.AnyTagClassName
{
color: #3B2E3D;
}
</style>
background-color css
<style>
a { background-color: #3B2E3D; }
a { background-color: rgb(59,46,61); }
div.DivClassName
{
background-color: #3B2E3D;
}
.BgClassName
{
background-color: #3B2E3D;
}
</style>
border-color css
<style>
span { border-color: #3B2E3D; }
span { border-color: rgb(59,46,61); }
td.TdClassName
{
border-color: #3B2E3D;
}
.TagClassName
{
border-color: #3B2E3D;
}
</style>