Shades of Black Magic #382A03
Tints of Black Magic #382A03
RGB
CMYK
RGB Variations
Color information
#382A03 (or 0x382A03) is known color: Black Magic. HEX triplet: 38, 2A and 03. RGB value is (56,42,3). Sum of RGB (Red+Green+Blue) = 56+42+3=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A03 is #C7D5FC. Grayscale: #292929. Windows color (decimal): -13096445 or 207416. OLE color: 207416.
HSL color Cylindrical-coordinate representation of color #382A03: hue angle of 44.15º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #382A03 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 3 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.78 |
| HSL | 44.15º | 0.9% | 0.12% | - |
| HSV(B) | 44.15º | 0.95% | 0.22% | - |
| XYZ | 2.48 | 2.5 | 0.44 | - |
| YUV | 41.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 3 | 0 | 0.25 | 0.95 | 0.78 | 44.15 | 0.9 | 0.12 |
| Hex | 38 | 2A | 3 | 0 | 19 | 5F | 4E | 2C | 5A | C |
| Octal | 70 | 52 | 3 | 0 | 31 | 137 | 116 | 54 | 132 | 14 |
| Binary | 111000 | 101010 | 11 | 0 | 11001 | 1011111 | 1001110 | 101100 | 1011010 | 1100 |
Color Harmonies of #382A03
Complementary color
Monochromatic Colors of #382A03
Black with #382A03
Text Example
Text Example
White with #382A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A03; }
p { color: rgb(56,42,3); }
H1.HeaderClassName
{
color: #382A03;
}
.AnyTagClassName
{
color: #382A03;
}
</style>
background-color css
<style>
a { background-color: #382A03; }
a { background-color: rgb(56,42,3); }
div.DivClassName
{
background-color: #382A03;
}
.BgClassName
{
background-color: #382A03;
}
</style>
border-color css
<style>
span { border-color: #382A03; }
span { border-color: rgb(56,42,3); }
td.TdClassName
{
border-color: #382A03;
}
.TagClassName
{
border-color: #382A03;
}
</style>