Shades of Valentino #392C3B
Tints of Valentino #392C3B
RGB
CMYK
RGB Variations
Color information
#392C3B (or 0x392C3B) is known color: Valentino. HEX triplet: 39, 2C and 3B. RGB value is (57,44,59). Sum of RGB (Red+Green+Blue) = 57+44+59=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 59 - color contains mainly: blue. Hex color #392C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C3B is #C6D3C4. Grayscale: #313131. Windows color (decimal): -13030341 or 3877945. OLE color: 3877945.
HSL color Cylindrical-coordinate representation of color #392C3B: hue angle of 292º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392C3B is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 44 | 59 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.77 |
| HSL | 292º | 0.15% | 0.2% | - |
| HSV(B) | 292º | 0.25% | 0.23% | - |
| XYZ | 3.38 | 2.99 | 4.54 | - |
| YUV | 49.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 59 | 0.03 | 0.25 | 0 | 0.77 | 292 | 0.15 | 0.2 |
| Hex | 39 | 2C | 3B | 3 | 19 | 0 | 4D | 124 | F | 14 |
| Octal | 71 | 54 | 73 | 3 | 31 | 0 | 115 | 444 | 17 | 24 |
| Binary | 111001 | 101100 | 111011 | 11 | 11001 | 0 | 1001101 | 100100100 | 1111 | 10100 |
Color Harmonies of #392C3B
Complementary color
Monochromatic Colors of #392C3B
Black with #392C3B
Text Example
Text Example
White with #392C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C3B; }
p { color: rgb(57,44,59); }
H1.HeaderClassName
{
color: #392C3B;
}
.AnyTagClassName
{
color: #392C3B;
}
</style>
background-color css
<style>
a { background-color: #392C3B; }
a { background-color: rgb(57,44,59); }
div.DivClassName
{
background-color: #392C3B;
}
.BgClassName
{
background-color: #392C3B;
}
</style>
border-color css
<style>
span { border-color: #392C3B; }
span { border-color: rgb(57,44,59); }
td.TdClassName
{
border-color: #392C3B;
}
.TagClassName
{
border-color: #392C3B;
}
</style>