Shades of Valentino #38263B
Tints of Valentino #38263B
RGB
CMYK
RGB Variations
Color information
#38263B (or 0x38263B) is known color: Valentino. HEX triplet: 38, 26 and 3B. RGB value is (56,38,59). Sum of RGB (Red+Green+Blue) = 56+38+59=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 59 - color contains mainly: blue. Hex color #38263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38263B is #C7D9C4. Grayscale: #2D2D2D. Windows color (decimal): -13097413 or 3876408. OLE color: 3876408.
HSL color Cylindrical-coordinate representation of color #38263B: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38263B is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 38 | 59 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.77 |
| HSL | 291.43º | 0.22% | 0.19% | - |
| HSV(B) | 291.43º | 0.36% | 0.23% | - |
| XYZ | 3.11 | 2.54 | 4.46 | - |
| YUV | 45.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 59 | 0.05 | 0.36 | 0 | 0.77 | 291.43 | 0.22 | 0.19 |
| Hex | 38 | 26 | 3B | 5 | 24 | 0 | 4D | 123 | 16 | 13 |
| Octal | 70 | 46 | 73 | 5 | 44 | 0 | 115 | 443 | 26 | 23 |
| Binary | 111000 | 100110 | 111011 | 101 | 100100 | 0 | 1001101 | 100100011 | 10110 | 10011 |
Color Harmonies of #38263B
Complementary color
Monochromatic Colors of #38263B
Black with #38263B
Text Example
Text Example
White with #38263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38263B; }
p { color: rgb(56,38,59); }
H1.HeaderClassName
{
color: #38263B;
}
.AnyTagClassName
{
color: #38263B;
}
</style>
background-color css
<style>
a { background-color: #38263B; }
a { background-color: rgb(56,38,59); }
div.DivClassName
{
background-color: #38263B;
}
.BgClassName
{
background-color: #38263B;
}
</style>
border-color css
<style>
span { border-color: #38263B; }
span { border-color: rgb(56,38,59); }
td.TdClassName
{
border-color: #38263B;
}
.TagClassName
{
border-color: #38263B;
}
</style>