Shades of Valentino #392838
Tints of Valentino #392838
RGB
CMYK
RGB Variations
Color information
#392838 (or 0x392838) is known color: Valentino. HEX triplet: 39, 28 and 38. RGB value is (57,40,56). Sum of RGB (Red+Green+Blue) = 57+40+56=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 57 - color contains mainly: red. Hex color #392838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392838 is #C6D7C7. Grayscale: #2E2E2E. Windows color (decimal): -13031368 or 3680313. OLE color: 3680313.
HSL color Cylindrical-coordinate representation of color #392838: hue angle of 303.53º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #392838 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 56 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.78 |
| HSL | 303.53º | 0.18% | 0.19% | - |
| HSV(B) | 303.53º | 0.3% | 0.22% | - |
| XYZ | 3.16 | 2.67 | 4.09 | - |
| YUV | 46.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 56 | 0 | 0.30 | 0.02 | 0.78 | 303.53 | 0.18 | 0.19 |
| Hex | 39 | 28 | 38 | 0 | 1E | 2 | 4E | 130 | 12 | 13 |
| Octal | 71 | 50 | 70 | 0 | 36 | 2 | 116 | 460 | 22 | 23 |
| Binary | 111001 | 101000 | 111000 | 0 | 11110 | 10 | 1001110 | 100110000 | 10010 | 10011 |
Color Harmonies of #392838
Complementary color
Monochromatic Colors of #392838
Black with #392838
Text Example
Text Example
White with #392838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392838; }
p { color: rgb(57,40,56); }
H1.HeaderClassName
{
color: #392838;
}
.AnyTagClassName
{
color: #392838;
}
</style>
background-color css
<style>
a { background-color: #392838; }
a { background-color: rgb(57,40,56); }
div.DivClassName
{
background-color: #392838;
}
.BgClassName
{
background-color: #392838;
}
</style>
border-color css
<style>
span { border-color: #392838; }
span { border-color: rgb(57,40,56); }
td.TdClassName
{
border-color: #392838;
}
.TagClassName
{
border-color: #392838;
}
</style>