Shades of Black Magic #3B2B14
Tints of Black Magic #3B2B14
RGB
CMYK
RGB Variations
Color information
#3B2B14 (or 0x3B2B14) is known color: Black Magic. HEX triplet: 3B, 2B and 14. RGB value is (59,43,20). Sum of RGB (Red+Green+Blue) = 59+43+20=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2B14 is #C4D4EB. Grayscale: #2D2D2D. Windows color (decimal): -12899564 or 1321787. OLE color: 1321787.
HSL color Cylindrical-coordinate representation of color #3B2B14: hue angle of 35.38º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B2B14 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 43 | 20 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.77 |
| HSL | 35.38º | 0.49% | 0.15% | - |
| HSV(B) | 35.38º | 0.66% | 0.23% | - |
| XYZ | 2.79 | 2.71 | 1.04 | - |
| YUV | 45.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 20 | 0 | 0.27 | 0.66 | 0.77 | 35.38 | 0.49 | 0.15 |
| Hex | 3B | 2B | 14 | 0 | 1B | 42 | 4D | 23 | 31 | F |
| Octal | 73 | 53 | 24 | 0 | 33 | 102 | 115 | 43 | 61 | 17 |
| Binary | 111011 | 101011 | 10100 | 0 | 11011 | 1000010 | 1001101 | 100011 | 110001 | 1111 |
Color Harmonies of #3B2B14
Complementary color
Monochromatic Colors of #3B2B14
Black with #3B2B14
Text Example
Text Example
White with #3B2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B14; }
p { color: rgb(59,43,20); }
H1.HeaderClassName
{
color: #3B2B14;
}
.AnyTagClassName
{
color: #3B2B14;
}
</style>
background-color css
<style>
a { background-color: #3B2B14; }
a { background-color: rgb(59,43,20); }
div.DivClassName
{
background-color: #3B2B14;
}
.BgClassName
{
background-color: #3B2B14;
}
</style>
border-color css
<style>
span { border-color: #3B2B14; }
span { border-color: rgb(59,43,20); }
td.TdClassName
{
border-color: #3B2B14;
}
.TagClassName
{
border-color: #3B2B14;
}
</style>