Shades of Valentino #3C2841
Tints of Valentino #3C2841
RGB
CMYK
RGB Variations
Color information
#3C2841 (or 0x3C2841) is known color: Valentino. HEX triplet: 3C, 28 and 41. RGB value is (60,40,65). Sum of RGB (Red+Green+Blue) = 60+40+65=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C2841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2841 is #C3D7BE. Grayscale: #303030. Windows color (decimal): -12834751 or 4270140. OLE color: 4270140.
HSL color Cylindrical-coordinate representation of color #3C2841: hue angle of 288º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C2841 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 40 | 65 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.75 |
| HSL | 288º | 0.24% | 0.21% | - |
| HSV(B) | 288º | 0.38% | 0.25% | - |
| XYZ | 3.58 | 2.86 | 5.36 | - |
| YUV | 48.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 65 | 0.08 | 0.38 | 0 | 0.75 | 288 | 0.24 | 0.21 |
| Hex | 3C | 28 | 41 | 8 | 26 | 0 | 4B | 120 | 18 | 15 |
| Octal | 74 | 50 | 101 | 10 | 46 | 0 | 113 | 440 | 30 | 25 |
| Binary | 111100 | 101000 | 1000001 | 1000 | 100110 | 0 | 1001011 | 100100000 | 11000 | 10101 |
Color Harmonies of #3C2841
Complementary color
Monochromatic Colors of #3C2841
Black with #3C2841
Text Example
Text Example
White with #3C2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2841; }
p { color: rgb(60,40,65); }
H1.HeaderClassName
{
color: #3C2841;
}
.AnyTagClassName
{
color: #3C2841;
}
</style>
background-color css
<style>
a { background-color: #3C2841; }
a { background-color: rgb(60,40,65); }
div.DivClassName
{
background-color: #3C2841;
}
.BgClassName
{
background-color: #3C2841;
}
</style>
border-color css
<style>
span { border-color: #3C2841; }
span { border-color: rgb(60,40,65); }
td.TdClassName
{
border-color: #3C2841;
}
.TagClassName
{
border-color: #3C2841;
}
</style>