Shades of Black Magic #382C0C
Tints of Black Magic #382C0C
RGB
CMYK
RGB Variations
Color information
#382C0C (or 0x382C0C) is known color: Black Magic. HEX triplet: 38, 2C and 0C. RGB value is (56,44,12). Sum of RGB (Red+Green+Blue) = 56+44+12=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C0C is #C7D3F3. Grayscale: #2C2C2C. Windows color (decimal): -13095924 or 797752. OLE color: 797752.
HSL color Cylindrical-coordinate representation of color #382C0C: hue angle of 43.64º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382C0C is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 12 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.78 |
| HSL | 43.64º | 0.65% | 0.13% | - |
| HSV(B) | 43.64º | 0.79% | 0.22% | - |
| XYZ | 2.6 | 2.67 | 0.73 | - |
| YUV | 43.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 12 | 0 | 0.21 | 0.79 | 0.78 | 43.64 | 0.65 | 0.13 |
| Hex | 38 | 2C | C | 0 | 15 | 4F | 4E | 2C | 41 | D |
| Octal | 70 | 54 | 14 | 0 | 25 | 117 | 116 | 54 | 101 | 15 |
| Binary | 111000 | 101100 | 1100 | 0 | 10101 | 1001111 | 1001110 | 101100 | 1000001 | 1101 |
Color Harmonies of #382C0C
Complementary color
Monochromatic Colors of #382C0C
Black with #382C0C
Text Example
Text Example
White with #382C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C0C; }
p { color: rgb(56,44,12); }
H1.HeaderClassName
{
color: #382C0C;
}
.AnyTagClassName
{
color: #382C0C;
}
</style>
background-color css
<style>
a { background-color: #382C0C; }
a { background-color: rgb(56,44,12); }
div.DivClassName
{
background-color: #382C0C;
}
.BgClassName
{
background-color: #382C0C;
}
</style>
border-color css
<style>
span { border-color: #382C0C; }
span { border-color: rgb(56,44,12); }
td.TdClassName
{
border-color: #382C0C;
}
.TagClassName
{
border-color: #382C0C;
}
</style>