Shades of Melanzane #38162F
Tints of Melanzane #38162F
RGB
CMYK
RGB Variations
Color information
#38162F (or 0x38162F) is known color: Melanzane. HEX triplet: 38, 16 and 2F. RGB value is (56,22,47). Sum of RGB (Red+Green+Blue) = 56+22+47=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38162F is #C7E9D0. Grayscale: #222222. Windows color (decimal): -13101521 or 3085880. OLE color: 3085880.
HSL color Cylindrical-coordinate representation of color #38162F: hue angle of 315.88º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38162F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 47 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.78 |
| HSL | 315.88º | 0.44% | 0.15% | - |
| HSV(B) | 315.88º | 0.61% | 0.22% | - |
| XYZ | 2.43 | 1.62 | 2.87 | - |
| YUV | 35.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 47 | 0 | 0.61 | 0.16 | 0.78 | 315.88 | 0.44 | 0.15 |
| Hex | 38 | 16 | 2F | 0 | 3D | 10 | 4E | 13C | 2C | F |
| Octal | 70 | 26 | 57 | 0 | 75 | 20 | 116 | 474 | 54 | 17 |
| Binary | 111000 | 10110 | 101111 | 0 | 111101 | 10000 | 1001110 | 100111100 | 101100 | 1111 |
Color Harmonies of #38162F
Complementary color
Monochromatic Colors of #38162F
Black with #38162F
Text Example
Text Example
White with #38162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38162F; }
p { color: rgb(56,22,47); }
H1.HeaderClassName
{
color: #38162F;
}
.AnyTagClassName
{
color: #38162F;
}
</style>
background-color css
<style>
a { background-color: #38162F; }
a { background-color: rgb(56,22,47); }
div.DivClassName
{
background-color: #38162F;
}
.BgClassName
{
background-color: #38162F;
}
</style>
border-color css
<style>
span { border-color: #38162F; }
span { border-color: rgb(56,22,47); }
td.TdClassName
{
border-color: #38162F;
}
.TagClassName
{
border-color: #38162F;
}
</style>