Shades of Black Magic #38280E
Tints of Black Magic #38280E
RGB
CMYK
RGB Variations
Color information
#38280E (or 0x38280E) is known color: Black Magic. HEX triplet: 38, 28 and 0E. RGB value is (56,40,14). Sum of RGB (Red+Green+Blue) = 56+40+14=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38280E is #C7D7F1. Grayscale: #292929. Windows color (decimal): -13096946 or 927800. OLE color: 927800.
HSL color Cylindrical-coordinate representation of color #38280E: hue angle of 37.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38280E is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 14 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.78 |
| HSL | 37.14º | 0.6% | 0.14% | - |
| HSV(B) | 37.14º | 0.75% | 0.22% | - |
| XYZ | 2.47 | 2.39 | 0.75 | - |
| YUV | 41.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 14 | 0 | 0.29 | 0.75 | 0.78 | 37.14 | 0.6 | 0.14 |
| Hex | 38 | 28 | E | 0 | 1D | 4B | 4E | 25 | 3C | E |
| Octal | 70 | 50 | 16 | 0 | 35 | 113 | 116 | 45 | 74 | 16 |
| Binary | 111000 | 101000 | 1110 | 0 | 11101 | 1001011 | 1001110 | 100101 | 111100 | 1110 |
Color Harmonies of #38280E
Complementary color
Monochromatic Colors of #38280E
Black with #38280E
Text Example
Text Example
White with #38280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38280E; }
p { color: rgb(56,40,14); }
H1.HeaderClassName
{
color: #38280E;
}
.AnyTagClassName
{
color: #38280E;
}
</style>
background-color css
<style>
a { background-color: #38280E; }
a { background-color: rgb(56,40,14); }
div.DivClassName
{
background-color: #38280E;
}
.BgClassName
{
background-color: #38280E;
}
</style>
border-color css
<style>
span { border-color: #38280E; }
span { border-color: rgb(56,40,14); }
td.TdClassName
{
border-color: #38280E;
}
.TagClassName
{
border-color: #38280E;
}
</style>