Shades of Black Magic #382C0D
Tints of Black Magic #382C0D
RGB
CMYK
RGB Variations
Color information
#382C0D (or 0x382C0D) is known color: Black Magic. HEX triplet: 38, 2C and 0D. RGB value is (56,44,13). Sum of RGB (Red+Green+Blue) = 56+44+13=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C0D is #C7D3F2. Grayscale: #2C2C2C. Windows color (decimal): -13095923 or 863288. OLE color: 863288.
HSL color Cylindrical-coordinate representation of color #382C0D: hue angle of 43.26º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382C0D is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 13 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.78 |
| HSL | 43.26º | 0.62% | 0.14% | - |
| HSV(B) | 43.26º | 0.77% | 0.22% | - |
| XYZ | 2.6 | 2.67 | 0.76 | - |
| YUV | 44.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 13 | 0 | 0.21 | 0.77 | 0.78 | 43.26 | 0.62 | 0.14 |
| Hex | 38 | 2C | D | 0 | 15 | 4D | 4E | 2B | 3E | E |
| Octal | 70 | 54 | 15 | 0 | 25 | 115 | 116 | 53 | 76 | 16 |
| Binary | 111000 | 101100 | 1101 | 0 | 10101 | 1001101 | 1001110 | 101011 | 111110 | 1110 |
Color Harmonies of #382C0D
Complementary color
Monochromatic Colors of #382C0D
Black with #382C0D
Text Example
Text Example
White with #382C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C0D; }
p { color: rgb(56,44,13); }
H1.HeaderClassName
{
color: #382C0D;
}
.AnyTagClassName
{
color: #382C0D;
}
</style>
background-color css
<style>
a { background-color: #382C0D; }
a { background-color: rgb(56,44,13); }
div.DivClassName
{
background-color: #382C0D;
}
.BgClassName
{
background-color: #382C0D;
}
</style>
border-color css
<style>
span { border-color: #382C0D; }
span { border-color: rgb(56,44,13); }
td.TdClassName
{
border-color: #382C0D;
}
.TagClassName
{
border-color: #382C0D;
}
</style>