Shades of Black Magic #382B18
Tints of Black Magic #382B18
RGB
CMYK
RGB Variations
Color information
#382B18 (or 0x382B18) is known color: Black Magic. HEX triplet: 38, 2B and 18. RGB value is (56,43,24). Sum of RGB (Red+Green+Blue) = 56+43+24=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B18 is #C7D4E7. Grayscale: #2C2C2C. Windows color (decimal): -13096168 or 1583928. OLE color: 1583928.
HSL color Cylindrical-coordinate representation of color #382B18: hue angle of 35.62º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382B18 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 24 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.78 |
| HSL | 35.63º | 0.4% | 0.16% | - |
| HSV(B) | 35.63º | 0.57% | 0.22% | - |
| XYZ | 2.66 | 2.63 | 1.23 | - |
| YUV | 44.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 24 | 0 | 0.23 | 0.57 | 0.78 | 35.63 | 0.4 | 0.16 |
| Hex | 38 | 2B | 18 | 0 | 17 | 39 | 4E | 24 | 28 | 10 |
| Octal | 70 | 53 | 30 | 0 | 27 | 71 | 116 | 44 | 50 | 20 |
| Binary | 111000 | 101011 | 11000 | 0 | 10111 | 111001 | 1001110 | 100100 | 101000 | 10000 |
Color Harmonies of #382B18
Complementary color
Monochromatic Colors of #382B18
Black with #382B18
Text Example
Text Example
White with #382B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B18; }
p { color: rgb(56,43,24); }
H1.HeaderClassName
{
color: #382B18;
}
.AnyTagClassName
{
color: #382B18;
}
</style>
background-color css
<style>
a { background-color: #382B18; }
a { background-color: rgb(56,43,24); }
div.DivClassName
{
background-color: #382B18;
}
.BgClassName
{
background-color: #382B18;
}
</style>
border-color css
<style>
span { border-color: #382B18; }
span { border-color: rgb(56,43,24); }
td.TdClassName
{
border-color: #382B18;
}
.TagClassName
{
border-color: #382B18;
}
</style>