Shades of Black Magic #3A2803
Tints of Black Magic #3A2803
RGB
CMYK
RGB Variations
Color information
#3A2803 (or 0x3A2803) is known color: Black Magic. HEX triplet: 3A, 28 and 03. RGB value is (58,40,3). Sum of RGB (Red+Green+Blue) = 58+40+3=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2803 is #C5D7FC. Grayscale: #292929. Windows color (decimal): -12965885 or 206906. OLE color: 206906.
HSL color Cylindrical-coordinate representation of color #3A2803: hue angle of 40.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A2803 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 3 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.77 |
| HSL | 40.36º | 0.9% | 0.12% | - |
| HSV(B) | 40.36º | 0.95% | 0.23% | - |
| XYZ | 2.52 | 2.42 | 0.42 | - |
| YUV | 41.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 3 | 0 | 0.31 | 0.95 | 0.77 | 40.36 | 0.9 | 0.12 |
| Hex | 3A | 28 | 3 | 0 | 1F | 5F | 4D | 28 | 5A | C |
| Octal | 72 | 50 | 3 | 0 | 37 | 137 | 115 | 50 | 132 | 14 |
| Binary | 111010 | 101000 | 11 | 0 | 11111 | 1011111 | 1001101 | 101000 | 1011010 | 1100 |
Color Harmonies of #3A2803
Complementary color
Monochromatic Colors of #3A2803
Black with #3A2803
Text Example
Text Example
White with #3A2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2803; }
p { color: rgb(58,40,3); }
H1.HeaderClassName
{
color: #3A2803;
}
.AnyTagClassName
{
color: #3A2803;
}
</style>
background-color css
<style>
a { background-color: #3A2803; }
a { background-color: rgb(58,40,3); }
div.DivClassName
{
background-color: #3A2803;
}
.BgClassName
{
background-color: #3A2803;
}
</style>
border-color css
<style>
span { border-color: #3A2803; }
span { border-color: rgb(58,40,3); }
td.TdClassName
{
border-color: #3A2803;
}
.TagClassName
{
border-color: #3A2803;
}
</style>