Shades of Black Magic #382B12
Tints of Black Magic #382B12
RGB
CMYK
RGB Variations
Color information
#382B12 (or 0x382B12) is known color: Black Magic. HEX triplet: 38, 2B and 12. RGB value is (56,43,18). Sum of RGB (Red+Green+Blue) = 56+43+18=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B12 is #C7D4ED. Grayscale: #2C2C2C. Windows color (decimal): -13096174 or 1190712. OLE color: 1190712.
HSL color Cylindrical-coordinate representation of color #382B12: hue angle of 39.47º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382B12 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 18 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.78 |
| HSL | 39.47º | 0.51% | 0.15% | - |
| HSV(B) | 39.47º | 0.68% | 0.22% | - |
| XYZ | 2.6 | 2.61 | 0.94 | - |
| YUV | 44.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 18 | 0 | 0.23 | 0.68 | 0.78 | 39.47 | 0.51 | 0.15 |
| Hex | 38 | 2B | 12 | 0 | 17 | 44 | 4E | 27 | 33 | F |
| Octal | 70 | 53 | 22 | 0 | 27 | 104 | 116 | 47 | 63 | 17 |
| Binary | 111000 | 101011 | 10010 | 0 | 10111 | 1000100 | 1001110 | 100111 | 110011 | 1111 |
Color Harmonies of #382B12
Complementary color
Monochromatic Colors of #382B12
Black with #382B12
Text Example
Text Example
White with #382B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B12; }
p { color: rgb(56,43,18); }
H1.HeaderClassName
{
color: #382B12;
}
.AnyTagClassName
{
color: #382B12;
}
</style>
background-color css
<style>
a { background-color: #382B12; }
a { background-color: rgb(56,43,18); }
div.DivClassName
{
background-color: #382B12;
}
.BgClassName
{
background-color: #382B12;
}
</style>
border-color css
<style>
span { border-color: #382B12; }
span { border-color: rgb(56,43,18); }
td.TdClassName
{
border-color: #382B12;
}
.TagClassName
{
border-color: #382B12;
}
</style>