Shades of Valentino #3B263D
Tints of Valentino #3B263D
RGB
CMYK
RGB Variations
Color information
#3B263D (or 0x3B263D) is known color: Valentino. HEX triplet: 3B, 26 and 3D. RGB value is (59,38,61). Sum of RGB (Red+Green+Blue) = 59+38+61=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B263D is #C4D9C2. Grayscale: #2E2E2E. Windows color (decimal): -12900803 or 4007483. OLE color: 4007483.
HSL color Cylindrical-coordinate representation of color #3B263D: hue angle of 294.78º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B263D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 38 | 61 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.76 |
| HSL | 294.78º | 0.23% | 0.19% | - |
| HSV(B) | 294.78º | 0.38% | 0.24% | - |
| XYZ | 3.34 | 2.65 | 4.75 | - |
| YUV | 46.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 61 | 0.03 | 0.38 | 0 | 0.76 | 294.78 | 0.23 | 0.19 |
| Hex | 3B | 26 | 3D | 3 | 26 | 0 | 4C | 127 | 17 | 13 |
| Octal | 73 | 46 | 75 | 3 | 46 | 0 | 114 | 447 | 27 | 23 |
| Binary | 111011 | 100110 | 111101 | 11 | 100110 | 0 | 1001100 | 100100111 | 10111 | 10011 |
Color Harmonies of #3B263D
Complementary color
Monochromatic Colors of #3B263D
Black with #3B263D
Text Example
Text Example
White with #3B263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B263D; }
p { color: rgb(59,38,61); }
H1.HeaderClassName
{
color: #3B263D;
}
.AnyTagClassName
{
color: #3B263D;
}
</style>
background-color css
<style>
a { background-color: #3B263D; }
a { background-color: rgb(59,38,61); }
div.DivClassName
{
background-color: #3B263D;
}
.BgClassName
{
background-color: #3B263D;
}
</style>
border-color css
<style>
span { border-color: #3B263D; }
span { border-color: rgb(59,38,61); }
td.TdClassName
{
border-color: #3B263D;
}
.TagClassName
{
border-color: #3B263D;
}
</style>