Shades of Melanzane #381C31
Tints of Melanzane #381C31
RGB
CMYK
RGB Variations
Color information
#381C31 (or 0x381C31) is known color: Melanzane. HEX triplet: 38, 1C and 31. RGB value is (56,28,49). Sum of RGB (Red+Green+Blue) = 56+28+49=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C31 is #C7E3CE. Grayscale: #262626. Windows color (decimal): -13099983 or 3218488. OLE color: 3218488.
HSL color Cylindrical-coordinate representation of color #381C31: hue angle of 315º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C31 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 49 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.78 |
| HSL | 315º | 0.33% | 0.16% | - |
| HSV(B) | 315º | 0.5% | 0.22% | - |
| XYZ | 2.6 | 1.89 | 3.13 | - |
| YUV | 38.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 49 | 0 | 0.50 | 0.12 | 0.78 | 315 | 0.33 | 0.16 |
| Hex | 38 | 1C | 31 | 0 | 32 | C | 4E | 13B | 21 | 10 |
| Octal | 70 | 34 | 61 | 0 | 62 | 14 | 116 | 473 | 41 | 20 |
| Binary | 111000 | 11100 | 110001 | 0 | 110010 | 1100 | 1001110 | 100111011 | 100001 | 10000 |
Color Harmonies of #381C31
Complementary color
Monochromatic Colors of #381C31
Black with #381C31
Text Example
Text Example
White with #381C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C31; }
p { color: rgb(56,28,49); }
H1.HeaderClassName
{
color: #381C31;
}
.AnyTagClassName
{
color: #381C31;
}
</style>
background-color css
<style>
a { background-color: #381C31; }
a { background-color: rgb(56,28,49); }
div.DivClassName
{
background-color: #381C31;
}
.BgClassName
{
background-color: #381C31;
}
</style>
border-color css
<style>
span { border-color: #381C31; }
span { border-color: rgb(56,28,49); }
td.TdClassName
{
border-color: #381C31;
}
.TagClassName
{
border-color: #381C31;
}
</style>