Shades of Black Magic #382A19
Tints of Black Magic #382A19
RGB
CMYK
RGB Variations
Color information
#382A19 (or 0x382A19) is known color: Black Magic. HEX triplet: 38, 2A and 19. RGB value is (56,42,25). Sum of RGB (Red+Green+Blue) = 56+42+25=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A19 is #C7D5E6. Grayscale: #2C2C2C. Windows color (decimal): -13096423 or 1649208. OLE color: 1649208.
HSL color Cylindrical-coordinate representation of color #382A19: hue angle of 32.9º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382A19 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 25 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.78 |
| HSL | 32.9º | 0.38% | 0.16% | - |
| HSV(B) | 32.9º | 0.55% | 0.22% | - |
| XYZ | 2.63 | 2.57 | 1.28 | - |
| YUV | 44.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 25 | 0 | 0.25 | 0.55 | 0.78 | 32.9 | 0.38 | 0.16 |
| Hex | 38 | 2A | 19 | 0 | 19 | 37 | 4E | 21 | 26 | 10 |
| Octal | 70 | 52 | 31 | 0 | 31 | 67 | 116 | 41 | 46 | 20 |
| Binary | 111000 | 101010 | 11001 | 0 | 11001 | 110111 | 1001110 | 100001 | 100110 | 10000 |
Color Harmonies of #382A19
Complementary color
Monochromatic Colors of #382A19
Black with #382A19
Text Example
Text Example
White with #382A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A19; }
p { color: rgb(56,42,25); }
H1.HeaderClassName
{
color: #382A19;
}
.AnyTagClassName
{
color: #382A19;
}
</style>
background-color css
<style>
a { background-color: #382A19; }
a { background-color: rgb(56,42,25); }
div.DivClassName
{
background-color: #382A19;
}
.BgClassName
{
background-color: #382A19;
}
</style>
border-color css
<style>
span { border-color: #382A19; }
span { border-color: rgb(56,42,25); }
td.TdClassName
{
border-color: #382A19;
}
.TagClassName
{
border-color: #382A19;
}
</style>