Shades of Black Magic #3D2908
Tints of Black Magic #3D2908
RGB
CMYK
RGB Variations
Color information
#3D2908 (or 0x3D2908) is known color: Black Magic. HEX triplet: 3D, 29 and 08. RGB value is (61,41,8). Sum of RGB (Red+Green+Blue) = 61+41+8=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2908 is #C2D6F7. Grayscale: #2B2B2B. Windows color (decimal): -12769016 or 534845. OLE color: 534845.
HSL color Cylindrical-coordinate representation of color #3D2908: hue angle of 37.36º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D2908 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 8 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.76 |
| HSL | 37.36º | 0.77% | 0.14% | - |
| HSV(B) | 37.36º | 0.87% | 0.24% | - |
| XYZ | 2.76 | 2.6 | 0.59 | - |
| YUV | 43.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 8 | 0 | 0.33 | 0.87 | 0.76 | 37.36 | 0.77 | 0.14 |
| Hex | 3D | 29 | 8 | 0 | 21 | 57 | 4C | 25 | 4D | E |
| Octal | 75 | 51 | 10 | 0 | 41 | 127 | 114 | 45 | 115 | 16 |
| Binary | 111101 | 101001 | 1000 | 0 | 100001 | 1010111 | 1001100 | 100101 | 1001101 | 1110 |
Color Harmonies of #3D2908
Complementary color
Monochromatic Colors of #3D2908
Black with #3D2908
Text Example
Text Example
White with #3D2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2908; }
p { color: rgb(61,41,8); }
H1.HeaderClassName
{
color: #3D2908;
}
.AnyTagClassName
{
color: #3D2908;
}
</style>
background-color css
<style>
a { background-color: #3D2908; }
a { background-color: rgb(61,41,8); }
div.DivClassName
{
background-color: #3D2908;
}
.BgClassName
{
background-color: #3D2908;
}
</style>
border-color css
<style>
span { border-color: #3D2908; }
span { border-color: rgb(61,41,8); }
td.TdClassName
{
border-color: #3D2908;
}
.TagClassName
{
border-color: #3D2908;
}
</style>