Shades of Black Magic #382A07
Tints of Black Magic #382A07
RGB
CMYK
RGB Variations
Color information
#382A07 (or 0x382A07) is known color: Black Magic. HEX triplet: 38, 2A and 07. RGB value is (56,42,7). Sum of RGB (Red+Green+Blue) = 56+42+7=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #382A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A07 is #C7D5F8. Grayscale: #2A2A2A. Windows color (decimal): -13096441 or 469560. OLE color: 469560.
HSL color Cylindrical-coordinate representation of color #382A07: hue angle of 42.86º 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 #382A07 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 7 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.78 |
| HSL | 42.86º | 0.78% | 0.12% | - |
| HSV(B) | 42.86º | 0.88% | 0.22% | - |
| XYZ | 2.5 | 2.51 | 0.55 | - |
| YUV | 42.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 7 | 0 | 0.25 | 0.88 | 0.78 | 42.86 | 0.78 | 0.12 |
| Hex | 38 | 2A | 7 | 0 | 19 | 58 | 4E | 2B | 4E | C |
| Octal | 70 | 52 | 7 | 0 | 31 | 130 | 116 | 53 | 116 | 14 |
| Binary | 111000 | 101010 | 111 | 0 | 11001 | 1011000 | 1001110 | 101011 | 1001110 | 1100 |
Color Harmonies of #382A07
Complementary color
Monochromatic Colors of #382A07
Black with #382A07
Text Example
Text Example
White with #382A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A07; }
p { color: rgb(56,42,7); }
H1.HeaderClassName
{
color: #382A07;
}
.AnyTagClassName
{
color: #382A07;
}
</style>
background-color css
<style>
a { background-color: #382A07; }
a { background-color: rgb(56,42,7); }
div.DivClassName
{
background-color: #382A07;
}
.BgClassName
{
background-color: #382A07;
}
</style>
border-color css
<style>
span { border-color: #382A07; }
span { border-color: rgb(56,42,7); }
td.TdClassName
{
border-color: #382A07;
}
.TagClassName
{
border-color: #382A07;
}
</style>