Shades of Black Magic #3C2903
Tints of Black Magic #3C2903
RGB
CMYK
RGB Variations
Color information
#3C2903 (or 0x3C2903) is known color: Black Magic. HEX triplet: 3C, 29 and 03. RGB value is (60,41,3). Sum of RGB (Red+Green+Blue) = 60+41+3=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2903 is #C3D6FC. Grayscale: #2A2A2A. Windows color (decimal): -12834557 or 207164. OLE color: 207164.
HSL color Cylindrical-coordinate representation of color #3C2903: hue angle of 40º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C2903 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 41 | 3 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.76 |
| HSL | 40º | 0.9% | 0.12% | - |
| HSV(B) | 40º | 0.95% | 0.24% | - |
| XYZ | 2.67 | 2.55 | 0.44 | - |
| YUV | 42.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 3 | 0 | 0.32 | 0.95 | 0.76 | 40 | 0.9 | 0.12 |
| Hex | 3C | 29 | 3 | 0 | 20 | 5F | 4C | 28 | 5A | C |
| Octal | 74 | 51 | 3 | 0 | 40 | 137 | 114 | 50 | 132 | 14 |
| Binary | 111100 | 101001 | 11 | 0 | 100000 | 1011111 | 1001100 | 101000 | 1011010 | 1100 |
Color Harmonies of #3C2903
Complementary color
Monochromatic Colors of #3C2903
Black with #3C2903
Text Example
Text Example
White with #3C2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2903; }
p { color: rgb(60,41,3); }
H1.HeaderClassName
{
color: #3C2903;
}
.AnyTagClassName
{
color: #3C2903;
}
</style>
background-color css
<style>
a { background-color: #3C2903; }
a { background-color: rgb(60,41,3); }
div.DivClassName
{
background-color: #3C2903;
}
.BgClassName
{
background-color: #3C2903;
}
</style>
border-color css
<style>
span { border-color: #3C2903; }
span { border-color: rgb(60,41,3); }
td.TdClassName
{
border-color: #3C2903;
}
.TagClassName
{
border-color: #3C2903;
}
</style>