Shades of Black Magic #3B2C19
Tints of Black Magic #3B2C19
RGB
CMYK
RGB Variations
Color information
#3B2C19 (or 0x3B2C19) is known color: Black Magic. HEX triplet: 3B, 2C and 19. RGB value is (59,44,25). Sum of RGB (Red+Green+Blue) = 59+44+25=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C19 is #C4D3E6. Grayscale: #2E2E2E. Windows color (decimal): -12899303 or 1649723. OLE color: 1649723.
HSL color Cylindrical-coordinate representation of color #3B2C19: hue angle of 33.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B2C19 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 25 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.77 |
| HSL | 33.53º | 0.4% | 0.16% | - |
| HSV(B) | 33.53º | 0.58% | 0.23% | - |
| XYZ | 2.88 | 2.8 | 1.31 | - |
| YUV | 46.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 25 | 0 | 0.25 | 0.58 | 0.77 | 33.53 | 0.4 | 0.16 |
| Hex | 3B | 2C | 19 | 0 | 19 | 3A | 4D | 22 | 28 | 10 |
| Octal | 73 | 54 | 31 | 0 | 31 | 72 | 115 | 42 | 50 | 20 |
| Binary | 111011 | 101100 | 11001 | 0 | 11001 | 111010 | 1001101 | 100010 | 101000 | 10000 |
Color Harmonies of #3B2C19
Complementary color
Monochromatic Colors of #3B2C19
Black with #3B2C19
Text Example
Text Example
White with #3B2C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C19; }
p { color: rgb(59,44,25); }
H1.HeaderClassName
{
color: #3B2C19;
}
.AnyTagClassName
{
color: #3B2C19;
}
</style>
background-color css
<style>
a { background-color: #3B2C19; }
a { background-color: rgb(59,44,25); }
div.DivClassName
{
background-color: #3B2C19;
}
.BgClassName
{
background-color: #3B2C19;
}
</style>
border-color css
<style>
span { border-color: #3B2C19; }
span { border-color: rgb(59,44,25); }
td.TdClassName
{
border-color: #3B2C19;
}
.TagClassName
{
border-color: #3B2C19;
}
</style>