Shades of Black Magic #3D2901
Tints of Black Magic #3D2901
RGB
CMYK
RGB Variations
Color information
#3D2901 (or 0x3D2901) is known color: Black Magic. HEX triplet: 3D, 29 and 01. RGB value is (61,41,1). Sum of RGB (Red+Green+Blue) = 61+41+1=103 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.22% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2901 is #C2D6FE. Grayscale: #2A2A2A. Windows color (decimal): -12769023 or 76093. OLE color: 76093.
HSL color Cylindrical-coordinate representation of color #3D2901: hue angle of 40º 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 #3D2901 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 1 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.76 |
| HSL | 40º | 0.97% | 0.12% | - |
| HSV(B) | 40º | 0.98% | 0.24% | - |
| XYZ | 2.72 | 2.58 | 0.38 | - |
| YUV | 42.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 1 | 0 | 0.33 | 0.98 | 0.76 | 40 | 0.97 | 0.12 |
| Hex | 3D | 29 | 1 | 0 | 21 | 62 | 4C | 28 | 61 | C |
| Octal | 75 | 51 | 1 | 0 | 41 | 142 | 114 | 50 | 141 | 14 |
| Binary | 111101 | 101001 | 1 | 0 | 100001 | 1100010 | 1001100 | 101000 | 1100001 | 1100 |
Color Harmonies of #3D2901
Complementary color
Monochromatic Colors of #3D2901
Black with #3D2901
Text Example
Text Example
White with #3D2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2901; }
p { color: rgb(61,41,1); }
H1.HeaderClassName
{
color: #3D2901;
}
.AnyTagClassName
{
color: #3D2901;
}
</style>
background-color css
<style>
a { background-color: #3D2901; }
a { background-color: rgb(61,41,1); }
div.DivClassName
{
background-color: #3D2901;
}
.BgClassName
{
background-color: #3D2901;
}
</style>
border-color css
<style>
span { border-color: #3D2901; }
span { border-color: rgb(61,41,1); }
td.TdClassName
{
border-color: #3D2901;
}
.TagClassName
{
border-color: #3D2901;
}
</style>