Shades of Valentino #383039
Tints of Valentino #383039
RGB
CMYK
RGB Variations
Color information
#383039 (or 0x383039) is known color: Valentino. HEX triplet: 38, 30 and 39. RGB value is (56,48,57). Sum of RGB (Red+Green+Blue) = 56+48+57=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 57 - color contains mainly: blue. Hex color #383039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383039 is #C7CFC6. Grayscale: #333333. Windows color (decimal): -13094855 or 3747896. OLE color: 3747896.
HSL color Cylindrical-coordinate representation of color #383039: hue angle of 293.33º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #383039 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 57 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.78 |
| HSL | 293.33º | 0.09% | 0.21% | - |
| HSV(B) | 293.33º | 0.16% | 0.22% | - |
| XYZ | 3.43 | 3.25 | 4.32 | - |
| YUV | 51.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 57 | 0.02 | 0.16 | 0 | 0.78 | 293.33 | 0.09 | 0.21 |
| Hex | 38 | 30 | 39 | 2 | 10 | 0 | 4E | 125 | 9 | 15 |
| Octal | 70 | 60 | 71 | 2 | 20 | 0 | 116 | 445 | 11 | 25 |
| Binary | 111000 | 110000 | 111001 | 10 | 10000 | 0 | 1001110 | 100100101 | 1001 | 10101 |
Color Harmonies of #383039
Complementary color
Monochromatic Colors of #383039
Black with #383039
Text Example
Text Example
White with #383039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383039; }
p { color: rgb(56,48,57); }
H1.HeaderClassName
{
color: #383039;
}
.AnyTagClassName
{
color: #383039;
}
</style>
background-color css
<style>
a { background-color: #383039; }
a { background-color: rgb(56,48,57); }
div.DivClassName
{
background-color: #383039;
}
.BgClassName
{
background-color: #383039;
}
</style>
border-color css
<style>
span { border-color: #383039; }
span { border-color: rgb(56,48,57); }
td.TdClassName
{
border-color: #383039;
}
.TagClassName
{
border-color: #383039;
}
</style>