Shades of Black Magic #382E1F
Tints of Black Magic #382E1F
RGB
CMYK
RGB Variations
Color information
#382E1F (or 0x382E1F) is known color: Black Magic. HEX triplet: 38, 2E and 1F. RGB value is (56,46,31). Sum of RGB (Red+Green+Blue) = 56+46+31=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E1F is #C7D1E0. Grayscale: #2F2F2F. Windows color (decimal): -13095393 or 2043448. OLE color: 2043448.
HSL color Cylindrical-coordinate representation of color #382E1F: hue angle of 36º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #382E1F is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 31 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.78 |
| HSL | 36º | 0.29% | 0.17% | - |
| HSV(B) | 36º | 0.45% | 0.22% | - |
| XYZ | 2.86 | 2.89 | 1.7 | - |
| YUV | 47.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 31 | 0 | 0.18 | 0.45 | 0.78 | 36 | 0.29 | 0.17 |
| Hex | 38 | 2E | 1F | 0 | 12 | 2D | 4E | 24 | 1D | 11 |
| Octal | 70 | 56 | 37 | 0 | 22 | 55 | 116 | 44 | 35 | 21 |
| Binary | 111000 | 101110 | 11111 | 0 | 10010 | 101101 | 1001110 | 100100 | 11101 | 10001 |
Color Harmonies of #382E1F
Complementary color
Monochromatic Colors of #382E1F
Black with #382E1F
Text Example
Text Example
White with #382E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E1F; }
p { color: rgb(56,46,31); }
H1.HeaderClassName
{
color: #382E1F;
}
.AnyTagClassName
{
color: #382E1F;
}
</style>
background-color css
<style>
a { background-color: #382E1F; }
a { background-color: rgb(56,46,31); }
div.DivClassName
{
background-color: #382E1F;
}
.BgClassName
{
background-color: #382E1F;
}
</style>
border-color css
<style>
span { border-color: #382E1F; }
span { border-color: rgb(56,46,31); }
td.TdClassName
{
border-color: #382E1F;
}
.TagClassName
{
border-color: #382E1F;
}
</style>