Shades of Valentino #382B38
Tints of Valentino #382B38
RGB
CMYK
RGB Variations
Color information
#382B38 (or 0x382B38) is known color: Valentino. HEX triplet: 38, 2B and 38. RGB value is (56,43,56). Sum of RGB (Red+Green+Blue) = 56+43+56=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B38 is #C7D4C7. Grayscale: #303030. Windows color (decimal): -13096136 or 3681080. OLE color: 3681080.
HSL color Cylindrical-coordinate representation of color #382B38: hue angle of 300º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #382B38 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 56 | - |
| CMYK | 0 | 0.23 | 0 | 0.78 |
| HSL | 300º | 0.13% | 0.19% | - |
| HSV(B) | 300º | 0.23% | 0.22% | - |
| XYZ | 3.21 | 2.85 | 4.12 | - |
| YUV | 48.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 56 | 0 | 0.23 | 0 | 0.78 | 300 | 0.13 | 0.19 |
| Hex | 38 | 2B | 38 | 0 | 17 | 0 | 4E | 12C | D | 13 |
| Octal | 70 | 53 | 70 | 0 | 27 | 0 | 116 | 454 | 15 | 23 |
| Binary | 111000 | 101011 | 111000 | 0 | 10111 | 0 | 1001110 | 100101100 | 1101 | 10011 |
Color Harmonies of #382B38
Complementary color
Monochromatic Colors of #382B38
Black with #382B38
Text Example
Text Example
White with #382B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B38; }
p { color: rgb(56,43,56); }
H1.HeaderClassName
{
color: #382B38;
}
.AnyTagClassName
{
color: #382B38;
}
</style>
background-color css
<style>
a { background-color: #382B38; }
a { background-color: rgb(56,43,56); }
div.DivClassName
{
background-color: #382B38;
}
.BgClassName
{
background-color: #382B38;
}
</style>
border-color css
<style>
span { border-color: #382B38; }
span { border-color: rgb(56,43,56); }
td.TdClassName
{
border-color: #382B38;
}
.TagClassName
{
border-color: #382B38;
}
</style>