Shades of Black Magic #382A08
Tints of Black Magic #382A08
RGB
CMYK
RGB Variations
Color information
#382A08 (or 0x382A08) is known color: Black Magic. HEX triplet: 38, 2A and 08. RGB value is (56,42,8). Sum of RGB (Red+Green+Blue) = 56+42+8=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A08 is #C7D5F7. Grayscale: #2A2A2A. Windows color (decimal): -13096440 or 535096. OLE color: 535096.
HSL color Cylindrical-coordinate representation of color #382A08: hue angle of 42.5º 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 #382A08 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 8 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.78 |
| HSL | 42.5º | 0.75% | 0.13% | - |
| HSV(B) | 42.5º | 0.86% | 0.22% | - |
| XYZ | 2.5 | 2.51 | 0.58 | - |
| YUV | 42.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 8 | 0 | 0.25 | 0.86 | 0.78 | 42.5 | 0.75 | 0.13 |
| Hex | 38 | 2A | 8 | 0 | 19 | 56 | 4E | 2A | 4B | D |
| Octal | 70 | 52 | 10 | 0 | 31 | 126 | 116 | 52 | 113 | 15 |
| Binary | 111000 | 101010 | 1000 | 0 | 11001 | 1010110 | 1001110 | 101010 | 1001011 | 1101 |
Color Harmonies of #382A08
Complementary color
Monochromatic Colors of #382A08
Black with #382A08
Text Example
Text Example
White with #382A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A08; }
p { color: rgb(56,42,8); }
H1.HeaderClassName
{
color: #382A08;
}
.AnyTagClassName
{
color: #382A08;
}
</style>
background-color css
<style>
a { background-color: #382A08; }
a { background-color: rgb(56,42,8); }
div.DivClassName
{
background-color: #382A08;
}
.BgClassName
{
background-color: #382A08;
}
</style>
border-color css
<style>
span { border-color: #382A08; }
span { border-color: rgb(56,42,8); }
td.TdClassName
{
border-color: #382A08;
}
.TagClassName
{
border-color: #382A08;
}
</style>