Shades of Black Magic #382811
Tints of Black Magic #382811
RGB
CMYK
RGB Variations
Color information
#382811 (or 0x382811) is known color: Black Magic. HEX triplet: 38, 28 and 11. RGB value is (56,40,17). Sum of RGB (Red+Green+Blue) = 56+40+17=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382811 is #C7D7EE. Grayscale: #2A2A2A. Windows color (decimal): -13096943 or 1124408. OLE color: 1124408.
HSL color Cylindrical-coordinate representation of color #382811: hue angle of 35.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382811 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 17 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.78 |
| HSL | 35.38º | 0.53% | 0.14% | - |
| HSV(B) | 35.38º | 0.7% | 0.22% | - |
| XYZ | 2.49 | 2.4 | 0.86 | - |
| YUV | 42.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 17 | 0 | 0.29 | 0.70 | 0.78 | 35.38 | 0.53 | 0.14 |
| Hex | 38 | 28 | 11 | 0 | 1D | 46 | 4E | 23 | 35 | E |
| Octal | 70 | 50 | 21 | 0 | 35 | 106 | 116 | 43 | 65 | 16 |
| Binary | 111000 | 101000 | 10001 | 0 | 11101 | 1000110 | 1001110 | 100011 | 110101 | 1110 |
Color Harmonies of #382811
Complementary color
Monochromatic Colors of #382811
Black with #382811
Text Example
Text Example
White with #382811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382811; }
p { color: rgb(56,40,17); }
H1.HeaderClassName
{
color: #382811;
}
.AnyTagClassName
{
color: #382811;
}
</style>
background-color css
<style>
a { background-color: #382811; }
a { background-color: rgb(56,40,17); }
div.DivClassName
{
background-color: #382811;
}
.BgClassName
{
background-color: #382811;
}
</style>
border-color css
<style>
span { border-color: #382811; }
span { border-color: rgb(56,40,17); }
td.TdClassName
{
border-color: #382811;
}
.TagClassName
{
border-color: #382811;
}
</style>