Shades of Black Magic #382C19
Tints of Black Magic #382C19
RGB
CMYK
RGB Variations
Color information
#382C19 (or 0x382C19) is known color: Black Magic. HEX triplet: 38, 2C and 19. RGB value is (56,44,25). Sum of RGB (Red+Green+Blue) = 56+44+25=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #382C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C19 is #C7D3E6. Grayscale: #2D2D2D. Windows color (decimal): -13095911 or 1649720. OLE color: 1649720.
HSL color Cylindrical-coordinate representation of color #382C19: hue angle of 36.77º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382C19 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 25 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.78 |
| HSL | 36.77º | 0.38% | 0.16% | - |
| HSV(B) | 36.77º | 0.55% | 0.22% | - |
| XYZ | 2.71 | 2.71 | 1.3 | - |
| YUV | 45.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 25 | 0 | 0.21 | 0.55 | 0.78 | 36.77 | 0.38 | 0.16 |
| Hex | 38 | 2C | 19 | 0 | 15 | 37 | 4E | 25 | 26 | 10 |
| Octal | 70 | 54 | 31 | 0 | 25 | 67 | 116 | 45 | 46 | 20 |
| Binary | 111000 | 101100 | 11001 | 0 | 10101 | 110111 | 1001110 | 100101 | 100110 | 10000 |
Color Harmonies of #382C19
Complementary color
Monochromatic Colors of #382C19
Black with #382C19
Text Example
Text Example
White with #382C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C19; }
p { color: rgb(56,44,25); }
H1.HeaderClassName
{
color: #382C19;
}
.AnyTagClassName
{
color: #382C19;
}
</style>
background-color css
<style>
a { background-color: #382C19; }
a { background-color: rgb(56,44,25); }
div.DivClassName
{
background-color: #382C19;
}
.BgClassName
{
background-color: #382C19;
}
</style>
border-color css
<style>
span { border-color: #382C19; }
span { border-color: rgb(56,44,25); }
td.TdClassName
{
border-color: #382C19;
}
.TagClassName
{
border-color: #382C19;
}
</style>