Shades of Black Magic #382B19
Tints of Black Magic #382B19
RGB
CMYK
RGB Variations
Color information
#382B19 (or 0x382B19) is known color: Black Magic. HEX triplet: 38, 2B and 19. RGB value is (56,43,25). Sum of RGB (Red+Green+Blue) = 56+43+25=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B19 is #C7D4E6. Grayscale: #2C2C2C. Windows color (decimal): -13096167 or 1649464. OLE color: 1649464.
HSL color Cylindrical-coordinate representation of color #382B19: hue angle of 34.84º 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 #382B19 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 25 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.78 |
| HSL | 34.84º | 0.38% | 0.16% | - |
| HSV(B) | 34.84º | 0.55% | 0.22% | - |
| XYZ | 2.67 | 2.64 | 1.29 | - |
| YUV | 44.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 25 | 0 | 0.23 | 0.55 | 0.78 | 34.84 | 0.38 | 0.16 |
| Hex | 38 | 2B | 19 | 0 | 17 | 37 | 4E | 23 | 26 | 10 |
| Octal | 70 | 53 | 31 | 0 | 27 | 67 | 116 | 43 | 46 | 20 |
| Binary | 111000 | 101011 | 11001 | 0 | 10111 | 110111 | 1001110 | 100011 | 100110 | 10000 |
Color Harmonies of #382B19
Complementary color
Monochromatic Colors of #382B19
Black with #382B19
Text Example
Text Example
White with #382B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B19; }
p { color: rgb(56,43,25); }
H1.HeaderClassName
{
color: #382B19;
}
.AnyTagClassName
{
color: #382B19;
}
</style>
background-color css
<style>
a { background-color: #382B19; }
a { background-color: rgb(56,43,25); }
div.DivClassName
{
background-color: #382B19;
}
.BgClassName
{
background-color: #382B19;
}
</style>
border-color css
<style>
span { border-color: #382B19; }
span { border-color: rgb(56,43,25); }
td.TdClassName
{
border-color: #382B19;
}
.TagClassName
{
border-color: #382B19;
}
</style>