Shades of Black Magic #3F2A06
Tints of Black Magic #3F2A06
RGB
CMYK
RGB Variations
Color information
#3F2A06 (or 0x3F2A06) is known color: Black Magic. HEX triplet: 3F, 2A and 06. RGB value is (63,42,6). Sum of RGB (Red+Green+Blue) = 63+42+6=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2A06 is #C0D5F9. Grayscale: #2C2C2C. Windows color (decimal): -12637690 or 404031. OLE color: 404031.
HSL color Cylindrical-coordinate representation of color #3F2A06: hue angle of 37.89º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F2A06 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 6 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.75 |
| HSL | 37.89º | 0.83% | 0.14% | - |
| HSV(B) | 37.89º | 0.9% | 0.25% | - |
| XYZ | 2.91 | 2.73 | 0.55 | - |
| YUV | 44.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 6 | 0 | 0.33 | 0.90 | 0.75 | 37.89 | 0.83 | 0.14 |
| Hex | 3F | 2A | 6 | 0 | 21 | 5A | 4B | 26 | 53 | E |
| Octal | 77 | 52 | 6 | 0 | 41 | 132 | 113 | 46 | 123 | 16 |
| Binary | 111111 | 101010 | 110 | 0 | 100001 | 1011010 | 1001011 | 100110 | 1010011 | 1110 |
Color Harmonies of #3F2A06
Complementary color
Monochromatic Colors of #3F2A06
Black with #3F2A06
Text Example
Text Example
White with #3F2A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A06; }
p { color: rgb(63,42,6); }
H1.HeaderClassName
{
color: #3F2A06;
}
.AnyTagClassName
{
color: #3F2A06;
}
</style>
background-color css
<style>
a { background-color: #3F2A06; }
a { background-color: rgb(63,42,6); }
div.DivClassName
{
background-color: #3F2A06;
}
.BgClassName
{
background-color: #3F2A06;
}
</style>
border-color css
<style>
span { border-color: #3F2A06; }
span { border-color: rgb(63,42,6); }
td.TdClassName
{
border-color: #3F2A06;
}
.TagClassName
{
border-color: #3F2A06;
}
</style>