Shades of Black Magic #382905
Tints of Black Magic #382905
RGB
CMYK
RGB Variations
Color information
#382905 (or 0x382905) is known color: Black Magic. HEX triplet: 38, 29 and 05. RGB value is (56,41,5). Sum of RGB (Red+Green+Blue) = 56+41+5=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382905 is #C7D6FA. Grayscale: #292929. Windows color (decimal): -13096699 or 338232. OLE color: 338232.
HSL color Cylindrical-coordinate representation of color #382905: hue angle of 42.35º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #382905 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 41 | 5 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.78 |
| HSL | 42.35º | 0.84% | 0.12% | - |
| HSV(B) | 42.35º | 0.91% | 0.22% | - |
| XYZ | 2.45 | 2.44 | 0.48 | - |
| YUV | 41.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 5 | 0 | 0.27 | 0.91 | 0.78 | 42.35 | 0.84 | 0.12 |
| Hex | 38 | 29 | 5 | 0 | 1B | 5B | 4E | 2A | 54 | C |
| Octal | 70 | 51 | 5 | 0 | 33 | 133 | 116 | 52 | 124 | 14 |
| Binary | 111000 | 101001 | 101 | 0 | 11011 | 1011011 | 1001110 | 101010 | 1010100 | 1100 |
Color Harmonies of #382905
Complementary color
Monochromatic Colors of #382905
Black with #382905
Text Example
Text Example
White with #382905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382905; }
p { color: rgb(56,41,5); }
H1.HeaderClassName
{
color: #382905;
}
.AnyTagClassName
{
color: #382905;
}
</style>
background-color css
<style>
a { background-color: #382905; }
a { background-color: rgb(56,41,5); }
div.DivClassName
{
background-color: #382905;
}
.BgClassName
{
background-color: #382905;
}
</style>
border-color css
<style>
span { border-color: #382905; }
span { border-color: rgb(56,41,5); }
td.TdClassName
{
border-color: #382905;
}
.TagClassName
{
border-color: #382905;
}
</style>