Shades of Valentino #382B3C
Tints of Valentino #382B3C
RGB
CMYK
RGB Variations
Color information
#382B3C (or 0x382B3C) is known color: Valentino. HEX triplet: 38, 2B and 3C. RGB value is (56,43,60). Sum of RGB (Red+Green+Blue) = 56+43+60=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #382B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B3C is #C7D4C3. Grayscale: #303030. Windows color (decimal): -13096132 or 3943224. OLE color: 3943224.
HSL color Cylindrical-coordinate representation of color #382B3C: hue angle of 285.88º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #382B3C is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 43 | 60 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.76 |
| HSL | 285.88º | 0.17% | 0.2% | - |
| HSV(B) | 285.88º | 0.28% | 0.24% | - |
| XYZ | 3.31 | 2.89 | 4.66 | - |
| YUV | 48.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 60 | 0.07 | 0.28 | 0 | 0.76 | 285.88 | 0.17 | 0.2 |
| Hex | 38 | 2B | 3C | 7 | 1C | 0 | 4C | 11E | 11 | 14 |
| Octal | 70 | 53 | 74 | 7 | 34 | 0 | 114 | 436 | 21 | 24 |
| Binary | 111000 | 101011 | 111100 | 111 | 11100 | 0 | 1001100 | 100011110 | 10001 | 10100 |
Color Harmonies of #382B3C
Complementary color
Monochromatic Colors of #382B3C
Black with #382B3C
Text Example
Text Example
White with #382B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B3C; }
p { color: rgb(56,43,60); }
H1.HeaderClassName
{
color: #382B3C;
}
.AnyTagClassName
{
color: #382B3C;
}
</style>
background-color css
<style>
a { background-color: #382B3C; }
a { background-color: rgb(56,43,60); }
div.DivClassName
{
background-color: #382B3C;
}
.BgClassName
{
background-color: #382B3C;
}
</style>
border-color css
<style>
span { border-color: #382B3C; }
span { border-color: rgb(56,43,60); }
td.TdClassName
{
border-color: #382B3C;
}
.TagClassName
{
border-color: #382B3C;
}
</style>