Shades of Valentino #382A37
Tints of Valentino #382A37
RGB
CMYK
RGB Variations
Color information
#382A37 (or 0x382A37) is known color: Valentino. HEX triplet: 38, 2A and 37. RGB value is (56,42,55). Sum of RGB (Red+Green+Blue) = 56+42+55=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #382A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A37 is #C7D5C8. Grayscale: #2F2F2F. Windows color (decimal): -13096393 or 3615288. OLE color: 3615288.
HSL color Cylindrical-coordinate representation of color #382A37: hue angle of 304.29º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382A37 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 55 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.78 |
| HSL | 304.29º | 0.14% | 0.19% | - |
| HSV(B) | 304.29º | 0.25% | 0.22% | - |
| XYZ | 3.15 | 2.77 | 3.98 | - |
| YUV | 47.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 55 | 0 | 0.25 | 0.02 | 0.78 | 304.29 | 0.14 | 0.19 |
| Hex | 38 | 2A | 37 | 0 | 19 | 2 | 4E | 130 | E | 13 |
| Octal | 70 | 52 | 67 | 0 | 31 | 2 | 116 | 460 | 16 | 23 |
| Binary | 111000 | 101010 | 110111 | 0 | 11001 | 10 | 1001110 | 100110000 | 1110 | 10011 |
Color Harmonies of #382A37
Complementary color
Monochromatic Colors of #382A37
Black with #382A37
Text Example
Text Example
White with #382A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A37; }
p { color: rgb(56,42,55); }
H1.HeaderClassName
{
color: #382A37;
}
.AnyTagClassName
{
color: #382A37;
}
</style>
background-color css
<style>
a { background-color: #382A37; }
a { background-color: rgb(56,42,55); }
div.DivClassName
{
background-color: #382A37;
}
.BgClassName
{
background-color: #382A37;
}
</style>
border-color css
<style>
span { border-color: #382A37; }
span { border-color: rgb(56,42,55); }
td.TdClassName
{
border-color: #382A37;
}
.TagClassName
{
border-color: #382A37;
}
</style>