Shades of Black Magic #3B2F1A
Tints of Black Magic #3B2F1A
RGB
CMYK
RGB Variations
Color information
#3B2F1A (or 0x3B2F1A) is known color: Black Magic. HEX triplet: 3B, 2F and 1A. RGB value is (59,47,26). Sum of RGB (Red+Green+Blue) = 59+47+26=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F1A is #C4D0E5. Grayscale: #303030. Windows color (decimal): -12898534 or 1716027. OLE color: 1716027.
HSL color Cylindrical-coordinate representation of color #3B2F1A: hue angle of 38.18º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B2F1A is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 26 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.77 |
| HSL | 38.18º | 0.39% | 0.17% | - |
| HSV(B) | 38.18º | 0.56% | 0.23% | - |
| XYZ | 3.01 | 3.04 | 1.41 | - |
| YUV | 48.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 26 | 0 | 0.20 | 0.56 | 0.77 | 38.18 | 0.39 | 0.17 |
| Hex | 3B | 2F | 1A | 0 | 14 | 38 | 4D | 26 | 27 | 11 |
| Octal | 73 | 57 | 32 | 0 | 24 | 70 | 115 | 46 | 47 | 21 |
| Binary | 111011 | 101111 | 11010 | 0 | 10100 | 111000 | 1001101 | 100110 | 100111 | 10001 |
Color Harmonies of #3B2F1A
Complementary color
Monochromatic Colors of #3B2F1A
Black with #3B2F1A
Text Example
Text Example
White with #3B2F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F1A; }
p { color: rgb(59,47,26); }
H1.HeaderClassName
{
color: #3B2F1A;
}
.AnyTagClassName
{
color: #3B2F1A;
}
</style>
background-color css
<style>
a { background-color: #3B2F1A; }
a { background-color: rgb(59,47,26); }
div.DivClassName
{
background-color: #3B2F1A;
}
.BgClassName
{
background-color: #3B2F1A;
}
</style>
border-color css
<style>
span { border-color: #3B2F1A; }
span { border-color: rgb(59,47,26); }
td.TdClassName
{
border-color: #3B2F1A;
}
.TagClassName
{
border-color: #3B2F1A;
}
</style>