Shades of Black Magic #382F1C
Tints of Black Magic #382F1C
RGB
CMYK
RGB Variations
Color information
#382F1C (or 0x382F1C) is known color: Black Magic. HEX triplet: 38, 2F and 1C. RGB value is (56,47,28). Sum of RGB (Red+Green+Blue) = 56+47+28=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F1C is #C7D0E3. Grayscale: #2F2F2F. Windows color (decimal): -13095140 or 1847096. OLE color: 1847096.
HSL color Cylindrical-coordinate representation of color #382F1C: hue angle of 40.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #382F1C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 28 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.78 |
| HSL | 40.71º | 0.33% | 0.16% | - |
| HSV(B) | 40.71º | 0.5% | 0.22% | - |
| XYZ | 2.86 | 2.96 | 1.52 | - |
| YUV | 47.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 28 | 0 | 0.16 | 0.50 | 0.78 | 40.71 | 0.33 | 0.16 |
| Hex | 38 | 2F | 1C | 0 | 10 | 32 | 4E | 29 | 21 | 10 |
| Octal | 70 | 57 | 34 | 0 | 20 | 62 | 116 | 51 | 41 | 20 |
| Binary | 111000 | 101111 | 11100 | 0 | 10000 | 110010 | 1001110 | 101001 | 100001 | 10000 |
Color Harmonies of #382F1C
Complementary color
Monochromatic Colors of #382F1C
Black with #382F1C
Text Example
Text Example
White with #382F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F1C; }
p { color: rgb(56,47,28); }
H1.HeaderClassName
{
color: #382F1C;
}
.AnyTagClassName
{
color: #382F1C;
}
</style>
background-color css
<style>
a { background-color: #382F1C; }
a { background-color: rgb(56,47,28); }
div.DivClassName
{
background-color: #382F1C;
}
.BgClassName
{
background-color: #382F1C;
}
</style>
border-color css
<style>
span { border-color: #382F1C; }
span { border-color: rgb(56,47,28); }
td.TdClassName
{
border-color: #382F1C;
}
.TagClassName
{
border-color: #382F1C;
}
</style>