Shades of Black Magic #382C16
Tints of Black Magic #382C16
RGB
CMYK
RGB Variations
Color information
#382C16 (or 0x382C16) is known color: Black Magic. HEX triplet: 38, 2C and 16. RGB value is (56,44,22). Sum of RGB (Red+Green+Blue) = 56+44+22=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C16 is #C7D3E9. Grayscale: #2D2D2D. Windows color (decimal): -13095914 or 1453112. OLE color: 1453112.
HSL color Cylindrical-coordinate representation of color #382C16: hue angle of 38.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382C16 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 22 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.78 |
| HSL | 38.82º | 0.44% | 0.15% | - |
| HSV(B) | 38.82º | 0.61% | 0.22% | - |
| XYZ | 2.68 | 2.7 | 1.14 | - |
| YUV | 45.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 22 | 0 | 0.21 | 0.61 | 0.78 | 38.82 | 0.44 | 0.15 |
| Hex | 38 | 2C | 16 | 0 | 15 | 3D | 4E | 27 | 2C | F |
| Octal | 70 | 54 | 26 | 0 | 25 | 75 | 116 | 47 | 54 | 17 |
| Binary | 111000 | 101100 | 10110 | 0 | 10101 | 111101 | 1001110 | 100111 | 101100 | 1111 |
Color Harmonies of #382C16
Complementary color
Monochromatic Colors of #382C16
Black with #382C16
Text Example
Text Example
White with #382C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C16; }
p { color: rgb(56,44,22); }
H1.HeaderClassName
{
color: #382C16;
}
.AnyTagClassName
{
color: #382C16;
}
</style>
background-color css
<style>
a { background-color: #382C16; }
a { background-color: rgb(56,44,22); }
div.DivClassName
{
background-color: #382C16;
}
.BgClassName
{
background-color: #382C16;
}
</style>
border-color css
<style>
span { border-color: #382C16; }
span { border-color: rgb(56,44,22); }
td.TdClassName
{
border-color: #382C16;
}
.TagClassName
{
border-color: #382C16;
}
</style>