Shades of Black Magic #382708
Tints of Black Magic #382708
RGB
CMYK
RGB Variations
Color information
#382708 (or 0x382708) is known color: Black Magic. HEX triplet: 38, 27 and 08. RGB value is (56,39,8). Sum of RGB (Red+Green+Blue) = 56+39+8=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #382708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382708 is #C7D8F7. Grayscale: #282828. Windows color (decimal): -13097208 or 534328. OLE color: 534328.
HSL color Cylindrical-coordinate representation of color #382708: hue angle of 38.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #382708 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 39 | 8 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.78 |
| HSL | 38.75º | 0.75% | 0.13% | - |
| HSV(B) | 38.75º | 0.86% | 0.22% | - |
| XYZ | 2.4 | 2.31 | 0.55 | - |
| YUV | 40.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 8 | 0 | 0.30 | 0.86 | 0.78 | 38.75 | 0.75 | 0.13 |
| Hex | 38 | 27 | 8 | 0 | 1E | 56 | 4E | 27 | 4B | D |
| Octal | 70 | 47 | 10 | 0 | 36 | 126 | 116 | 47 | 113 | 15 |
| Binary | 111000 | 100111 | 1000 | 0 | 11110 | 1010110 | 1001110 | 100111 | 1001011 | 1101 |
Color Harmonies of #382708
Complementary color
Monochromatic Colors of #382708
Black with #382708
Text Example
Text Example
White with #382708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382708; }
p { color: rgb(56,39,8); }
H1.HeaderClassName
{
color: #382708;
}
.AnyTagClassName
{
color: #382708;
}
</style>
background-color css
<style>
a { background-color: #382708; }
a { background-color: rgb(56,39,8); }
div.DivClassName
{
background-color: #382708;
}
.BgClassName
{
background-color: #382708;
}
</style>
border-color css
<style>
span { border-color: #382708; }
span { border-color: rgb(56,39,8); }
td.TdClassName
{
border-color: #382708;
}
.TagClassName
{
border-color: #382708;
}
</style>