Shades of Melanzane #38172F
Tints of Melanzane #38172F
RGB
CMYK
RGB Variations
Color information
#38172F (or 0x38172F) is known color: Melanzane. HEX triplet: 38, 17 and 2F. RGB value is (56,23,47). Sum of RGB (Red+Green+Blue) = 56+23+47=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #38172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38172F is #C7E8D0. Grayscale: #232323. Windows color (decimal): -13101265 or 3086136. OLE color: 3086136.
HSL color Cylindrical-coordinate representation of color #38172F: hue angle of 316.36º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38172F is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 23 | 47 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.78 |
| HSL | 316.36º | 0.42% | 0.15% | - |
| HSV(B) | 316.36º | 0.59% | 0.22% | - |
| XYZ | 2.45 | 1.66 | 2.88 | - |
| YUV | 35.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 47 | 0 | 0.59 | 0.16 | 0.78 | 316.36 | 0.42 | 0.15 |
| Hex | 38 | 17 | 2F | 0 | 3B | 10 | 4E | 13C | 2A | F |
| Octal | 70 | 27 | 57 | 0 | 73 | 20 | 116 | 474 | 52 | 17 |
| Binary | 111000 | 10111 | 101111 | 0 | 111011 | 10000 | 1001110 | 100111100 | 101010 | 1111 |
Color Harmonies of #38172F
Complementary color
Monochromatic Colors of #38172F
Black with #38172F
Text Example
Text Example
White with #38172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38172F; }
p { color: rgb(56,23,47); }
H1.HeaderClassName
{
color: #38172F;
}
.AnyTagClassName
{
color: #38172F;
}
</style>
background-color css
<style>
a { background-color: #38172F; }
a { background-color: rgb(56,23,47); }
div.DivClassName
{
background-color: #38172F;
}
.BgClassName
{
background-color: #38172F;
}
</style>
border-color css
<style>
span { border-color: #38172F; }
span { border-color: rgb(56,23,47); }
td.TdClassName
{
border-color: #38172F;
}
.TagClassName
{
border-color: #38172F;
}
</style>