Shades of Valentino #38253C
Tints of Valentino #38253C
RGB
CMYK
RGB Variations
Color information
#38253C (or 0x38253C) is known color: Valentino. HEX triplet: 38, 25 and 3C. RGB value is (56,37,60). Sum of RGB (Red+Green+Blue) = 56+37+60=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 60 - color contains mainly: blue. Hex color #38253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38253C is #C7DAC3. Grayscale: #2D2D2D. Windows color (decimal): -13097668 or 3941688. OLE color: 3941688.
HSL color Cylindrical-coordinate representation of color #38253C: hue angle of 289.57º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38253C is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 37 | 60 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.76 |
| HSL | 289.57º | 0.24% | 0.19% | - |
| HSV(B) | 289.57º | 0.38% | 0.24% | - |
| XYZ | 3.11 | 2.49 | 4.59 | - |
| YUV | 45.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 60 | 0.07 | 0.38 | 0 | 0.76 | 289.57 | 0.24 | 0.19 |
| Hex | 38 | 25 | 3C | 7 | 26 | 0 | 4C | 122 | 18 | 13 |
| Octal | 70 | 45 | 74 | 7 | 46 | 0 | 114 | 442 | 30 | 23 |
| Binary | 111000 | 100101 | 111100 | 111 | 100110 | 0 | 1001100 | 100100010 | 11000 | 10011 |
Color Harmonies of #38253C
Complementary color
Monochromatic Colors of #38253C
Black with #38253C
Text Example
Text Example
White with #38253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38253C; }
p { color: rgb(56,37,60); }
H1.HeaderClassName
{
color: #38253C;
}
.AnyTagClassName
{
color: #38253C;
}
</style>
background-color css
<style>
a { background-color: #38253C; }
a { background-color: rgb(56,37,60); }
div.DivClassName
{
background-color: #38253C;
}
.BgClassName
{
background-color: #38253C;
}
</style>
border-color css
<style>
span { border-color: #38253C; }
span { border-color: rgb(56,37,60); }
td.TdClassName
{
border-color: #38253C;
}
.TagClassName
{
border-color: #38253C;
}
</style>