Shades of Black Magic #382E18
Tints of Black Magic #382E18
RGB
CMYK
RGB Variations
Color information
#382E18 (or 0x382E18) is known color: Black Magic. HEX triplet: 38, 2E and 18. RGB value is (56,46,24). Sum of RGB (Red+Green+Blue) = 56+46+24=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E18 is #C7D1E7. Grayscale: #2E2E2E. Windows color (decimal): -13095400 or 1584696. OLE color: 1584696.
HSL color Cylindrical-coordinate representation of color #382E18: hue angle of 41.25º 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 #382E18 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 24 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.78 |
| HSL | 41.25º | 0.4% | 0.16% | - |
| HSV(B) | 41.25º | 0.57% | 0.22% | - |
| XYZ | 2.77 | 2.86 | 1.27 | - |
| YUV | 46.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 24 | 0 | 0.18 | 0.57 | 0.78 | 41.25 | 0.4 | 0.16 |
| Hex | 38 | 2E | 18 | 0 | 12 | 39 | 4E | 29 | 28 | 10 |
| Octal | 70 | 56 | 30 | 0 | 22 | 71 | 116 | 51 | 50 | 20 |
| Binary | 111000 | 101110 | 11000 | 0 | 10010 | 111001 | 1001110 | 101001 | 101000 | 10000 |
Color Harmonies of #382E18
Complementary color
Monochromatic Colors of #382E18
Black with #382E18
Text Example
Text Example
White with #382E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E18; }
p { color: rgb(56,46,24); }
H1.HeaderClassName
{
color: #382E18;
}
.AnyTagClassName
{
color: #382E18;
}
</style>
background-color css
<style>
a { background-color: #382E18; }
a { background-color: rgb(56,46,24); }
div.DivClassName
{
background-color: #382E18;
}
.BgClassName
{
background-color: #382E18;
}
</style>
border-color css
<style>
span { border-color: #382E18; }
span { border-color: rgb(56,46,24); }
td.TdClassName
{
border-color: #382E18;
}
.TagClassName
{
border-color: #382E18;
}
</style>