Shades of Valentino #3B303D
Tints of Valentino #3B303D
RGB
CMYK
RGB Variations
Color information
#3B303D (or 0x3B303D) is known color: Valentino. HEX triplet: 3B, 30 and 3D. RGB value is (59,48,61). Sum of RGB (Red+Green+Blue) = 59+48+61=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B303D is #C4CFC2. Grayscale: #343434. Windows color (decimal): -12898243 or 4010043. OLE color: 4010043.
HSL color Cylindrical-coordinate representation of color #3B303D: hue angle of 290.77º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B303D is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 48 | 61 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.76 |
| HSL | 290.77º | 0.12% | 0.21% | - |
| HSV(B) | 290.77º | 0.21% | 0.24% | - |
| XYZ | 3.7 | 3.38 | 4.87 | - |
| YUV | 52.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 61 | 0.03 | 0.21 | 0 | 0.76 | 290.77 | 0.12 | 0.21 |
| Hex | 3B | 30 | 3D | 3 | 15 | 0 | 4C | 123 | C | 15 |
| Octal | 73 | 60 | 75 | 3 | 25 | 0 | 114 | 443 | 14 | 25 |
| Binary | 111011 | 110000 | 111101 | 11 | 10101 | 0 | 1001100 | 100100011 | 1100 | 10101 |
Color Harmonies of #3B303D
Complementary color
Monochromatic Colors of #3B303D
Black with #3B303D
Text Example
Text Example
White with #3B303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B303D; }
p { color: rgb(59,48,61); }
H1.HeaderClassName
{
color: #3B303D;
}
.AnyTagClassName
{
color: #3B303D;
}
</style>
background-color css
<style>
a { background-color: #3B303D; }
a { background-color: rgb(59,48,61); }
div.DivClassName
{
background-color: #3B303D;
}
.BgClassName
{
background-color: #3B303D;
}
</style>
border-color css
<style>
span { border-color: #3B303D; }
span { border-color: rgb(59,48,61); }
td.TdClassName
{
border-color: #3B303D;
}
.TagClassName
{
border-color: #3B303D;
}
</style>