Shades of Valentino #3C2639
Tints of Valentino #3C2639
RGB
CMYK
RGB Variations
Color information
#3C2639 (or 0x3C2639) is known color: Valentino. HEX triplet: 3C, 26 and 39. RGB value is (60,38,57). Sum of RGB (Red+Green+Blue) = 60+38+57=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2639 is #C3D9C6. Grayscale: #2E2E2E. Windows color (decimal): -12835271 or 3745340. OLE color: 3745340.
HSL color Cylindrical-coordinate representation of color #3C2639: hue angle of 308.18º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C2639 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 57 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.76 |
| HSL | 308.18º | 0.22% | 0.19% | - |
| HSV(B) | 308.18º | 0.37% | 0.24% | - |
| XYZ | 3.3 | 2.64 | 4.21 | - |
| YUV | 46.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 57 | 0 | 0.37 | 0.05 | 0.76 | 308.18 | 0.22 | 0.19 |
| Hex | 3C | 26 | 39 | 0 | 25 | 5 | 4C | 134 | 16 | 13 |
| Octal | 74 | 46 | 71 | 0 | 45 | 5 | 114 | 464 | 26 | 23 |
| Binary | 111100 | 100110 | 111001 | 0 | 100101 | 101 | 1001100 | 100110100 | 10110 | 10011 |
Color Harmonies of #3C2639
Complementary color
Monochromatic Colors of #3C2639
Black with #3C2639
Text Example
Text Example
White with #3C2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2639; }
p { color: rgb(60,38,57); }
H1.HeaderClassName
{
color: #3C2639;
}
.AnyTagClassName
{
color: #3C2639;
}
</style>
background-color css
<style>
a { background-color: #3C2639; }
a { background-color: rgb(60,38,57); }
div.DivClassName
{
background-color: #3C2639;
}
.BgClassName
{
background-color: #3C2639;
}
</style>
border-color css
<style>
span { border-color: #3C2639; }
span { border-color: rgb(60,38,57); }
td.TdClassName
{
border-color: #3C2639;
}
.TagClassName
{
border-color: #3C2639;
}
</style>