Shades of Valentino #38273A
Tints of Valentino #38273A
RGB
CMYK
RGB Variations
Color information
#38273A (or 0x38273A) is known color: Valentino. HEX triplet: 38, 27 and 3A. RGB value is (56,39,58). Sum of RGB (Red+Green+Blue) = 56+39+58=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #38273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38273A is #C7D8C5. Grayscale: #2E2E2E. Windows color (decimal): -13097158 or 3811128. OLE color: 3811128.
HSL color Cylindrical-coordinate representation of color #38273A: hue angle of 293.68º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38273A is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 39 | 58 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.77 |
| HSL | 293.68º | 0.2% | 0.19% | - |
| HSV(B) | 293.68º | 0.33% | 0.23% | - |
| XYZ | 3.12 | 2.6 | 4.34 | - |
| YUV | 46.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 58 | 0.03 | 0.33 | 0 | 0.77 | 293.68 | 0.2 | 0.19 |
| Hex | 38 | 27 | 3A | 3 | 21 | 0 | 4D | 126 | 14 | 13 |
| Octal | 70 | 47 | 72 | 3 | 41 | 0 | 115 | 446 | 24 | 23 |
| Binary | 111000 | 100111 | 111010 | 11 | 100001 | 0 | 1001101 | 100100110 | 10100 | 10011 |
Color Harmonies of #38273A
Complementary color
Monochromatic Colors of #38273A
Black with #38273A
Text Example
Text Example
White with #38273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38273A; }
p { color: rgb(56,39,58); }
H1.HeaderClassName
{
color: #38273A;
}
.AnyTagClassName
{
color: #38273A;
}
</style>
background-color css
<style>
a { background-color: #38273A; }
a { background-color: rgb(56,39,58); }
div.DivClassName
{
background-color: #38273A;
}
.BgClassName
{
background-color: #38273A;
}
</style>
border-color css
<style>
span { border-color: #38273A; }
span { border-color: rgb(56,39,58); }
td.TdClassName
{
border-color: #38273A;
}
.TagClassName
{
border-color: #38273A;
}
</style>