Shades of Valentino #38293D
Tints of Valentino #38293D
RGB
CMYK
RGB Variations
Color information
#38293D (or 0x38293D) is known color: Valentino. HEX triplet: 38, 29 and 3D. RGB value is (56,41,61). Sum of RGB (Red+Green+Blue) = 56+41+61=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #38293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38293D is #C7D6C2. Grayscale: #2F2F2F. Windows color (decimal): -13096643 or 4008248. OLE color: 4008248.
HSL color Cylindrical-coordinate representation of color #38293D: hue angle of 285º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38293D is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 41 | 61 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.76 |
| HSL | 285º | 0.2% | 0.2% | - |
| HSV(B) | 285º | 0.33% | 0.24% | - |
| XYZ | 3.27 | 2.76 | 4.78 | - |
| YUV | 47.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 61 | 0.08 | 0.33 | 0 | 0.76 | 285 | 0.2 | 0.2 |
| Hex | 38 | 29 | 3D | 8 | 21 | 0 | 4C | 11D | 14 | 14 |
| Octal | 70 | 51 | 75 | 10 | 41 | 0 | 114 | 435 | 24 | 24 |
| Binary | 111000 | 101001 | 111101 | 1000 | 100001 | 0 | 1001100 | 100011101 | 10100 | 10100 |
Color Harmonies of #38293D
Complementary color
Monochromatic Colors of #38293D
Black with #38293D
Text Example
Text Example
White with #38293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38293D; }
p { color: rgb(56,41,61); }
H1.HeaderClassName
{
color: #38293D;
}
.AnyTagClassName
{
color: #38293D;
}
</style>
background-color css
<style>
a { background-color: #38293D; }
a { background-color: rgb(56,41,61); }
div.DivClassName
{
background-color: #38293D;
}
.BgClassName
{
background-color: #38293D;
}
</style>
border-color css
<style>
span { border-color: #38293D; }
span { border-color: rgb(56,41,61); }
td.TdClassName
{
border-color: #38293D;
}
.TagClassName
{
border-color: #38293D;
}
</style>