Shades of Black Magic #382E21
Tints of Black Magic #382E21
RGB
CMYK
RGB Variations
Color information
#382E21 (or 0x382E21) is known color: Black Magic. HEX triplet: 38, 2E and 21. RGB value is (56,46,33). Sum of RGB (Red+Green+Blue) = 56+46+33=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E21 is #C7D1DE. Grayscale: #2F2F2F. Windows color (decimal): -13095391 or 2174520. OLE color: 2174520.
HSL color Cylindrical-coordinate representation of color #382E21: hue angle of 33.91º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382E21 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 33 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.78 |
| HSL | 33.91º | 0.26% | 0.17% | - |
| HSV(B) | 33.91º | 0.41% | 0.22% | - |
| XYZ | 2.88 | 2.9 | 1.85 | - |
| YUV | 47.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 33 | 0 | 0.18 | 0.41 | 0.78 | 33.91 | 0.26 | 0.17 |
| Hex | 38 | 2E | 21 | 0 | 12 | 29 | 4E | 22 | 1A | 11 |
| Octal | 70 | 56 | 41 | 0 | 22 | 51 | 116 | 42 | 32 | 21 |
| Binary | 111000 | 101110 | 100001 | 0 | 10010 | 101001 | 1001110 | 100010 | 11010 | 10001 |
Color Harmonies of #382E21
Complementary color
Monochromatic Colors of #382E21
Black with #382E21
Text Example
Text Example
White with #382E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E21; }
p { color: rgb(56,46,33); }
H1.HeaderClassName
{
color: #382E21;
}
.AnyTagClassName
{
color: #382E21;
}
</style>
background-color css
<style>
a { background-color: #382E21; }
a { background-color: rgb(56,46,33); }
div.DivClassName
{
background-color: #382E21;
}
.BgClassName
{
background-color: #382E21;
}
</style>
border-color css
<style>
span { border-color: #382E21; }
span { border-color: rgb(56,46,33); }
td.TdClassName
{
border-color: #382E21;
}
.TagClassName
{
border-color: #382E21;
}
</style>