Shades of Black Magic #382C15
Tints of Black Magic #382C15
RGB
CMYK
RGB Variations
Color information
#382C15 (or 0x382C15) is known color: Black Magic. HEX triplet: 38, 2C and 15. RGB value is (56,44,21). Sum of RGB (Red+Green+Blue) = 56+44+21=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C15 is #C7D3EA. Grayscale: #2D2D2D. Windows color (decimal): -13095915 or 1387576. OLE color: 1387576.
HSL color Cylindrical-coordinate representation of color #382C15: hue angle of 39.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382C15 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 21 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.78 |
| HSL | 39.43º | 0.45% | 0.15% | - |
| HSV(B) | 39.43º | 0.63% | 0.22% | - |
| XYZ | 2.67 | 2.7 | 1.09 | - |
| YUV | 44.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 21 | 0 | 0.21 | 0.63 | 0.78 | 39.43 | 0.45 | 0.15 |
| Hex | 38 | 2C | 15 | 0 | 15 | 3F | 4E | 27 | 2D | F |
| Octal | 70 | 54 | 25 | 0 | 25 | 77 | 116 | 47 | 55 | 17 |
| Binary | 111000 | 101100 | 10101 | 0 | 10101 | 111111 | 1001110 | 100111 | 101101 | 1111 |
Color Harmonies of #382C15
Complementary color
Monochromatic Colors of #382C15
Black with #382C15
Text Example
Text Example
White with #382C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C15; }
p { color: rgb(56,44,21); }
H1.HeaderClassName
{
color: #382C15;
}
.AnyTagClassName
{
color: #382C15;
}
</style>
background-color css
<style>
a { background-color: #382C15; }
a { background-color: rgb(56,44,21); }
div.DivClassName
{
background-color: #382C15;
}
.BgClassName
{
background-color: #382C15;
}
</style>
border-color css
<style>
span { border-color: #382C15; }
span { border-color: rgb(56,44,21); }
td.TdClassName
{
border-color: #382C15;
}
.TagClassName
{
border-color: #382C15;
}
</style>