Shades of Black Magic #382C18
Tints of Black Magic #382C18
RGB
CMYK
RGB Variations
Color information
#382C18 (or 0x382C18) is known color: Black Magic. HEX triplet: 38, 2C and 18. RGB value is (56,44,24). Sum of RGB (Red+Green+Blue) = 56+44+24=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C18 is #C7D3E7. Grayscale: #2D2D2D. Windows color (decimal): -13095912 or 1584184. OLE color: 1584184.
HSL color Cylindrical-coordinate representation of color #382C18: hue angle of 37.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382C18 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 24 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.78 |
| HSL | 37.5º | 0.4% | 0.16% | - |
| HSV(B) | 37.5º | 0.57% | 0.22% | - |
| XYZ | 2.7 | 2.71 | 1.24 | - |
| YUV | 45.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 24 | 0 | 0.21 | 0.57 | 0.78 | 37.5 | 0.4 | 0.16 |
| Hex | 38 | 2C | 18 | 0 | 15 | 39 | 4E | 26 | 28 | 10 |
| Octal | 70 | 54 | 30 | 0 | 25 | 71 | 116 | 46 | 50 | 20 |
| Binary | 111000 | 101100 | 11000 | 0 | 10101 | 111001 | 1001110 | 100110 | 101000 | 10000 |
Color Harmonies of #382C18
Complementary color
Monochromatic Colors of #382C18
Black with #382C18
Text Example
Text Example
White with #382C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C18; }
p { color: rgb(56,44,24); }
H1.HeaderClassName
{
color: #382C18;
}
.AnyTagClassName
{
color: #382C18;
}
</style>
background-color css
<style>
a { background-color: #382C18; }
a { background-color: rgb(56,44,24); }
div.DivClassName
{
background-color: #382C18;
}
.BgClassName
{
background-color: #382C18;
}
</style>
border-color css
<style>
span { border-color: #382C18; }
span { border-color: rgb(56,44,24); }
td.TdClassName
{
border-color: #382C18;
}
.TagClassName
{
border-color: #382C18;
}
</style>