Shades of Black Magic #382C1B
Tints of Black Magic #382C1B
RGB
CMYK
RGB Variations
Color information
#382C1B (or 0x382C1B) is known color: Black Magic. HEX triplet: 38, 2C and 1B. RGB value is (56,44,27). Sum of RGB (Red+Green+Blue) = 56+44+27=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C1B is #C7D3E4. Grayscale: #2D2D2D. Windows color (decimal): -13095909 or 1780792. OLE color: 1780792.
HSL color Cylindrical-coordinate representation of color #382C1B: hue angle of 35.17º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382C1B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 27 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.78 |
| HSL | 35.17º | 0.35% | 0.16% | - |
| HSV(B) | 35.17º | 0.52% | 0.22% | - |
| XYZ | 2.73 | 2.72 | 1.42 | - |
| YUV | 45.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 27 | 0 | 0.21 | 0.52 | 0.78 | 35.17 | 0.35 | 0.16 |
| Hex | 38 | 2C | 1B | 0 | 15 | 34 | 4E | 23 | 23 | 10 |
| Octal | 70 | 54 | 33 | 0 | 25 | 64 | 116 | 43 | 43 | 20 |
| Binary | 111000 | 101100 | 11011 | 0 | 10101 | 110100 | 1001110 | 100011 | 100011 | 10000 |
Color Harmonies of #382C1B
Complementary color
Monochromatic Colors of #382C1B
Black with #382C1B
Text Example
Text Example
White with #382C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C1B; }
p { color: rgb(56,44,27); }
H1.HeaderClassName
{
color: #382C1B;
}
.AnyTagClassName
{
color: #382C1B;
}
</style>
background-color css
<style>
a { background-color: #382C1B; }
a { background-color: rgb(56,44,27); }
div.DivClassName
{
background-color: #382C1B;
}
.BgClassName
{
background-color: #382C1B;
}
</style>
border-color css
<style>
span { border-color: #382C1B; }
span { border-color: rgb(56,44,27); }
td.TdClassName
{
border-color: #382C1B;
}
.TagClassName
{
border-color: #382C1B;
}
</style>