Shades of Black Magic #382E1D
Tints of Black Magic #382E1D
RGB
CMYK
RGB Variations
Color information
#382E1D (or 0x382E1D) is known color: Black Magic. HEX triplet: 38, 2E and 1D. RGB value is (56,46,29). Sum of RGB (Red+Green+Blue) = 56+46+29=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E1D is #C7D1E2. Grayscale: #2F2F2F. Windows color (decimal): -13095395 or 1912376. OLE color: 1912376.
HSL color Cylindrical-coordinate representation of color #382E1D: hue angle of 37.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382E1D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 29 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.78 |
| HSL | 37.78º | 0.32% | 0.17% | - |
| HSV(B) | 37.78º | 0.48% | 0.22% | - |
| XYZ | 2.83 | 2.88 | 1.57 | - |
| YUV | 47.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 29 | 0 | 0.18 | 0.48 | 0.78 | 37.78 | 0.32 | 0.17 |
| Hex | 38 | 2E | 1D | 0 | 12 | 30 | 4E | 26 | 20 | 11 |
| Octal | 70 | 56 | 35 | 0 | 22 | 60 | 116 | 46 | 40 | 21 |
| Binary | 111000 | 101110 | 11101 | 0 | 10010 | 110000 | 1001110 | 100110 | 100000 | 10001 |
Color Harmonies of #382E1D
Complementary color
Monochromatic Colors of #382E1D
Black with #382E1D
Text Example
Text Example
White with #382E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E1D; }
p { color: rgb(56,46,29); }
H1.HeaderClassName
{
color: #382E1D;
}
.AnyTagClassName
{
color: #382E1D;
}
</style>
background-color css
<style>
a { background-color: #382E1D; }
a { background-color: rgb(56,46,29); }
div.DivClassName
{
background-color: #382E1D;
}
.BgClassName
{
background-color: #382E1D;
}
</style>
border-color css
<style>
span { border-color: #382E1D; }
span { border-color: rgb(56,46,29); }
td.TdClassName
{
border-color: #382E1D;
}
.TagClassName
{
border-color: #382E1D;
}
</style>