Shades of Black Magic #382903
Tints of Black Magic #382903
RGB
CMYK
RGB Variations
Color information
#382903 (or 0x382903) is known color: Black Magic. HEX triplet: 38, 29 and 03. RGB value is (56,41,3). Sum of RGB (Red+Green+Blue) = 56+41+3=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382903 is #C7D6FC. Grayscale: #292929. Windows color (decimal): -13096701 or 207160. OLE color: 207160.
HSL color Cylindrical-coordinate representation of color #382903: hue angle of 43.02º 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 #382903 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 41 | 3 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.78 |
| HSL | 43.02º | 0.9% | 0.12% | - |
| HSV(B) | 43.02º | 0.95% | 0.22% | - |
| XYZ | 2.44 | 2.43 | 0.43 | - |
| YUV | 41.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 3 | 0 | 0.27 | 0.95 | 0.78 | 43.02 | 0.9 | 0.12 |
| Hex | 38 | 29 | 3 | 0 | 1B | 5F | 4E | 2B | 5A | C |
| Octal | 70 | 51 | 3 | 0 | 33 | 137 | 116 | 53 | 132 | 14 |
| Binary | 111000 | 101001 | 11 | 0 | 11011 | 1011111 | 1001110 | 101011 | 1011010 | 1100 |
Color Harmonies of #382903
Complementary color
Monochromatic Colors of #382903
Black with #382903
Text Example
Text Example
White with #382903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382903; }
p { color: rgb(56,41,3); }
H1.HeaderClassName
{
color: #382903;
}
.AnyTagClassName
{
color: #382903;
}
</style>
background-color css
<style>
a { background-color: #382903; }
a { background-color: rgb(56,41,3); }
div.DivClassName
{
background-color: #382903;
}
.BgClassName
{
background-color: #382903;
}
</style>
border-color css
<style>
span { border-color: #382903; }
span { border-color: rgb(56,41,3); }
td.TdClassName
{
border-color: #382903;
}
.TagClassName
{
border-color: #382903;
}
</style>