Shades of Black Magic #382707
Tints of Black Magic #382707
RGB
CMYK
RGB Variations
Color information
#382707 (or 0x382707) is known color: Black Magic. HEX triplet: 38, 27 and 07. RGB value is (56,39,7). Sum of RGB (Red+Green+Blue) = 56+39+7=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382707 is #C7D8F8. Grayscale: #282828. Windows color (decimal): -13097209 or 468792. OLE color: 468792.
HSL color Cylindrical-coordinate representation of color #382707: hue angle of 39.18º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #382707 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 39 | 7 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.78 |
| HSL | 39.18º | 0.78% | 0.12% | - |
| HSV(B) | 39.18º | 0.88% | 0.22% | - |
| XYZ | 2.39 | 2.31 | 0.52 | - |
| YUV | 40.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 7 | 0 | 0.30 | 0.88 | 0.78 | 39.18 | 0.78 | 0.12 |
| Hex | 38 | 27 | 7 | 0 | 1E | 58 | 4E | 27 | 4E | C |
| Octal | 70 | 47 | 7 | 0 | 36 | 130 | 116 | 47 | 116 | 14 |
| Binary | 111000 | 100111 | 111 | 0 | 11110 | 1011000 | 1001110 | 100111 | 1001110 | 1100 |
Color Harmonies of #382707
Complementary color
Monochromatic Colors of #382707
Black with #382707
Text Example
Text Example
White with #382707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382707; }
p { color: rgb(56,39,7); }
H1.HeaderClassName
{
color: #382707;
}
.AnyTagClassName
{
color: #382707;
}
</style>
background-color css
<style>
a { background-color: #382707; }
a { background-color: rgb(56,39,7); }
div.DivClassName
{
background-color: #382707;
}
.BgClassName
{
background-color: #382707;
}
</style>
border-color css
<style>
span { border-color: #382707; }
span { border-color: rgb(56,39,7); }
td.TdClassName
{
border-color: #382707;
}
.TagClassName
{
border-color: #382707;
}
</style>