Shades of Valentino #3A323C
Tints of Valentino #3A323C
RGB
CMYK
RGB Variations
Color information
#3A323C (or 0x3A323C) is known color: Valentino. HEX triplet: 3A, 32 and 3C. RGB value is (58,50,60). Sum of RGB (Red+Green+Blue) = 58+50+60=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A323C is #C5CDC3. Grayscale: #353535. Windows color (decimal): -12963268 or 3945018. OLE color: 3945018.
HSL color Cylindrical-coordinate representation of color #3A323C: hue angle of 288º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A323C is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 50 | 60 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.76 |
| HSL | 288º | 0.09% | 0.22% | - |
| HSV(B) | 288º | 0.17% | 0.24% | - |
| XYZ | 3.7 | 3.51 | 4.76 | - |
| YUV | 53.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 60 | 0.03 | 0.17 | 0 | 0.76 | 288 | 0.09 | 0.22 |
| Hex | 3A | 32 | 3C | 3 | 11 | 0 | 4C | 120 | 9 | 16 |
| Octal | 72 | 62 | 74 | 3 | 21 | 0 | 114 | 440 | 11 | 26 |
| Binary | 111010 | 110010 | 111100 | 11 | 10001 | 0 | 1001100 | 100100000 | 1001 | 10110 |
Color Harmonies of #3A323C
Complementary color
Monochromatic Colors of #3A323C
Black with #3A323C
Text Example
Text Example
White with #3A323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A323C; }
p { color: rgb(58,50,60); }
H1.HeaderClassName
{
color: #3A323C;
}
.AnyTagClassName
{
color: #3A323C;
}
</style>
background-color css
<style>
a { background-color: #3A323C; }
a { background-color: rgb(58,50,60); }
div.DivClassName
{
background-color: #3A323C;
}
.BgClassName
{
background-color: #3A323C;
}
</style>
border-color css
<style>
span { border-color: #3A323C; }
span { border-color: rgb(58,50,60); }
td.TdClassName
{
border-color: #3A323C;
}
.TagClassName
{
border-color: #3A323C;
}
</style>