Shades of Black Magic #3C2803
Tints of Black Magic #3C2803
RGB
CMYK
RGB Variations
Color information
#3C2803 (or 0x3C2803) is known color: Black Magic. HEX triplet: 3C, 28 and 03. RGB value is (60,40,3). Sum of RGB (Red+Green+Blue) = 60+40+3=103 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.25% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2803 is #C3D7FC. Grayscale: #292929. Windows color (decimal): -12834813 or 206908. OLE color: 206908.
HSL color Cylindrical-coordinate representation of color #3C2803: hue angle of 38.95º 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 #3C2803 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 3 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.76 |
| HSL | 38.95º | 0.9% | 0.12% | - |
| HSV(B) | 38.95º | 0.95% | 0.24% | - |
| XYZ | 2.64 | 2.48 | 0.43 | - |
| YUV | 41.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 3 | 0 | 0.33 | 0.95 | 0.76 | 38.95 | 0.9 | 0.12 |
| Hex | 3C | 28 | 3 | 0 | 21 | 5F | 4C | 27 | 5A | C |
| Octal | 74 | 50 | 3 | 0 | 41 | 137 | 114 | 47 | 132 | 14 |
| Binary | 111100 | 101000 | 11 | 0 | 100001 | 1011111 | 1001100 | 100111 | 1011010 | 1100 |
Color Harmonies of #3C2803
Complementary color
Monochromatic Colors of #3C2803
Black with #3C2803
Text Example
Text Example
White with #3C2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2803; }
p { color: rgb(60,40,3); }
H1.HeaderClassName
{
color: #3C2803;
}
.AnyTagClassName
{
color: #3C2803;
}
</style>
background-color css
<style>
a { background-color: #3C2803; }
a { background-color: rgb(60,40,3); }
div.DivClassName
{
background-color: #3C2803;
}
.BgClassName
{
background-color: #3C2803;
}
</style>
border-color css
<style>
span { border-color: #3C2803; }
span { border-color: rgb(60,40,3); }
td.TdClassName
{
border-color: #3C2803;
}
.TagClassName
{
border-color: #3C2803;
}
</style>