Shades of Black Magic #382B0F
Tints of Black Magic #382B0F
RGB
CMYK
RGB Variations
Color information
#382B0F (or 0x382B0F) is known color: Black Magic. HEX triplet: 38, 2B and 0F. RGB value is (56,43,15). Sum of RGB (Red+Green+Blue) = 56+43+15=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B0F is #C7D4F0. Grayscale: #2B2B2B. Windows color (decimal): -13096177 or 994104. OLE color: 994104.
HSL color Cylindrical-coordinate representation of color #382B0F: hue angle of 40.98º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382B0F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 15 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.78 |
| HSL | 40.98º | 0.58% | 0.14% | - |
| HSV(B) | 40.98º | 0.73% | 0.22% | - |
| XYZ | 2.58 | 2.6 | 0.82 | - |
| YUV | 43.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 15 | 0 | 0.23 | 0.73 | 0.78 | 40.98 | 0.58 | 0.14 |
| Hex | 38 | 2B | F | 0 | 17 | 49 | 4E | 29 | 3A | E |
| Octal | 70 | 53 | 17 | 0 | 27 | 111 | 116 | 51 | 72 | 16 |
| Binary | 111000 | 101011 | 1111 | 0 | 10111 | 1001001 | 1001110 | 101001 | 111010 | 1110 |
Color Harmonies of #382B0F
Complementary color
Monochromatic Colors of #382B0F
Black with #382B0F
Text Example
Text Example
White with #382B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B0F; }
p { color: rgb(56,43,15); }
H1.HeaderClassName
{
color: #382B0F;
}
.AnyTagClassName
{
color: #382B0F;
}
</style>
background-color css
<style>
a { background-color: #382B0F; }
a { background-color: rgb(56,43,15); }
div.DivClassName
{
background-color: #382B0F;
}
.BgClassName
{
background-color: #382B0F;
}
</style>
border-color css
<style>
span { border-color: #382B0F; }
span { border-color: rgb(56,43,15); }
td.TdClassName
{
border-color: #382B0F;
}
.TagClassName
{
border-color: #382B0F;
}
</style>