Shades of Black Magic #3D2801
Tints of Black Magic #3D2801
RGB
CMYK
RGB Variations
Color information
#3D2801 (or 0x3D2801) is known color: Black Magic. HEX triplet: 3D, 28 and 01. RGB value is (61,40,1). Sum of RGB (Red+Green+Blue) = 61+40+1=102 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.80% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2801 is #C2D7FE. Grayscale: #2A2A2A. Windows color (decimal): -12769279 or 75837. OLE color: 75837.
HSL color Cylindrical-coordinate representation of color #3D2801: hue angle of 39º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D2801 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 1 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.76 |
| HSL | 39º | 0.97% | 0.12% | - |
| HSV(B) | 39º | 0.98% | 0.24% | - |
| XYZ | 2.69 | 2.51 | 0.37 | - |
| YUV | 41.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 1 | 0 | 0.34 | 0.98 | 0.76 | 39 | 0.97 | 0.12 |
| Hex | 3D | 28 | 1 | 0 | 22 | 62 | 4C | 27 | 61 | C |
| Octal | 75 | 50 | 1 | 0 | 42 | 142 | 114 | 47 | 141 | 14 |
| Binary | 111101 | 101000 | 1 | 0 | 100010 | 1100010 | 1001100 | 100111 | 1100001 | 1100 |
Color Harmonies of #3D2801
Complementary color
Monochromatic Colors of #3D2801
Black with #3D2801
Text Example
Text Example
White with #3D2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2801; }
p { color: rgb(61,40,1); }
H1.HeaderClassName
{
color: #3D2801;
}
.AnyTagClassName
{
color: #3D2801;
}
</style>
background-color css
<style>
a { background-color: #3D2801; }
a { background-color: rgb(61,40,1); }
div.DivClassName
{
background-color: #3D2801;
}
.BgClassName
{
background-color: #3D2801;
}
</style>
border-color css
<style>
span { border-color: #3D2801; }
span { border-color: rgb(61,40,1); }
td.TdClassName
{
border-color: #3D2801;
}
.TagClassName
{
border-color: #3D2801;
}
</style>