Shades of Black Magic #382A13
Tints of Black Magic #382A13
RGB
CMYK
RGB Variations
Color information
#382A13 (or 0x382A13) is known color: Black Magic. HEX triplet: 38, 2A and 13. RGB value is (56,42,19). Sum of RGB (Red+Green+Blue) = 56+42+19=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A13 is #C7D5EC. Grayscale: #2B2B2B. Windows color (decimal): -13096429 or 1255992. OLE color: 1255992.
HSL color Cylindrical-coordinate representation of color #382A13: hue angle of 37.3º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382A13 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 19 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.78 |
| HSL | 37.3º | 0.49% | 0.15% | - |
| HSV(B) | 37.3º | 0.66% | 0.22% | - |
| XYZ | 2.58 | 2.54 | 0.97 | - |
| YUV | 43.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 19 | 0 | 0.25 | 0.66 | 0.78 | 37.3 | 0.49 | 0.15 |
| Hex | 38 | 2A | 13 | 0 | 19 | 42 | 4E | 25 | 31 | F |
| Octal | 70 | 52 | 23 | 0 | 31 | 102 | 116 | 45 | 61 | 17 |
| Binary | 111000 | 101010 | 10011 | 0 | 11001 | 1000010 | 1001110 | 100101 | 110001 | 1111 |
Color Harmonies of #382A13
Complementary color
Monochromatic Colors of #382A13
Black with #382A13
Text Example
Text Example
White with #382A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A13; }
p { color: rgb(56,42,19); }
H1.HeaderClassName
{
color: #382A13;
}
.AnyTagClassName
{
color: #382A13;
}
</style>
background-color css
<style>
a { background-color: #382A13; }
a { background-color: rgb(56,42,19); }
div.DivClassName
{
background-color: #382A13;
}
.BgClassName
{
background-color: #382A13;
}
</style>
border-color css
<style>
span { border-color: #382A13; }
span { border-color: rgb(56,42,19); }
td.TdClassName
{
border-color: #382A13;
}
.TagClassName
{
border-color: #382A13;
}
</style>