Shades of Black Magic #382902
Tints of Black Magic #382902
RGB
CMYK
RGB Variations
Color information
#382902 (or 0x382902) is known color: Black Magic. HEX triplet: 38, 29 and 02. RGB value is (56,41,2). Sum of RGB (Red+Green+Blue) = 56+41+2=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #382902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382902 is #C7D6FD. Grayscale: #292929. Windows color (decimal): -13096702 or 141624. OLE color: 141624.
HSL color Cylindrical-coordinate representation of color #382902: hue angle of 43.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #382902 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 41 | 2 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.78 |
| HSL | 43.33º | 0.93% | 0.11% | - |
| HSV(B) | 43.33º | 0.96% | 0.22% | - |
| XYZ | 2.43 | 2.43 | 0.4 | - |
| YUV | 41.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 2 | 0 | 0.27 | 0.96 | 0.78 | 43.33 | 0.93 | 0.11 |
| Hex | 38 | 29 | 2 | 0 | 1B | 60 | 4E | 2B | 5D | B |
| Octal | 70 | 51 | 2 | 0 | 33 | 140 | 116 | 53 | 135 | 13 |
| Binary | 111000 | 101001 | 10 | 0 | 11011 | 1100000 | 1001110 | 101011 | 1011101 | 1011 |
Color Harmonies of #382902
Complementary color
Monochromatic Colors of #382902
Black with #382902
Text Example
Text Example
White with #382902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382902; }
p { color: rgb(56,41,2); }
H1.HeaderClassName
{
color: #382902;
}
.AnyTagClassName
{
color: #382902;
}
</style>
background-color css
<style>
a { background-color: #382902; }
a { background-color: rgb(56,41,2); }
div.DivClassName
{
background-color: #382902;
}
.BgClassName
{
background-color: #382902;
}
</style>
border-color css
<style>
span { border-color: #382902; }
span { border-color: rgb(56,41,2); }
td.TdClassName
{
border-color: #382902;
}
.TagClassName
{
border-color: #382902;
}
</style>