Shades of Black Magic #382A09
Tints of Black Magic #382A09
RGB
CMYK
RGB Variations
Color information
#382A09 (or 0x382A09) is known color: Black Magic. HEX triplet: 38, 2A and 09. RGB value is (56,42,9). Sum of RGB (Red+Green+Blue) = 56+42+9=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A09 is #C7D5F6. Grayscale: #2A2A2A. Windows color (decimal): -13096439 or 600632. OLE color: 600632.
HSL color Cylindrical-coordinate representation of color #382A09: hue angle of 42.13º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #382A09 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 9 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.78 |
| HSL | 42.13º | 0.72% | 0.13% | - |
| HSV(B) | 42.13º | 0.84% | 0.22% | - |
| XYZ | 2.51 | 2.52 | 0.61 | - |
| YUV | 42.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 9 | 0 | 0.25 | 0.84 | 0.78 | 42.13 | 0.72 | 0.13 |
| Hex | 38 | 2A | 9 | 0 | 19 | 54 | 4E | 2A | 48 | D |
| Octal | 70 | 52 | 11 | 0 | 31 | 124 | 116 | 52 | 110 | 15 |
| Binary | 111000 | 101010 | 1001 | 0 | 11001 | 1010100 | 1001110 | 101010 | 1001000 | 1101 |
Color Harmonies of #382A09
Complementary color
Monochromatic Colors of #382A09
Black with #382A09
Text Example
Text Example
White with #382A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A09; }
p { color: rgb(56,42,9); }
H1.HeaderClassName
{
color: #382A09;
}
.AnyTagClassName
{
color: #382A09;
}
</style>
background-color css
<style>
a { background-color: #382A09; }
a { background-color: rgb(56,42,9); }
div.DivClassName
{
background-color: #382A09;
}
.BgClassName
{
background-color: #382A09;
}
</style>
border-color css
<style>
span { border-color: #382A09; }
span { border-color: rgb(56,42,9); }
td.TdClassName
{
border-color: #382A09;
}
.TagClassName
{
border-color: #382A09;
}
</style>