Shades of Black Magic #332607
Tints of Black Magic #332607
RGB
CMYK
RGB Variations
Color information
#332607 (or 0x332607) is known color: Black Magic. HEX triplet: 33, 26 and 07. RGB value is (51,38,7). Sum of RGB (Red+Green+Blue) = 51+38+7=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #332607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332607 is #CCD9F8. Grayscale: #262626. Windows color (decimal): -13425145 or 468531. OLE color: 468531.
HSL color Cylindrical-coordinate representation of color #332607: hue angle of 42.27º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #332607 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 7 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.8 |
| HSL | 42.27º | 0.76% | 0.11% | - |
| HSV(B) | 42.27º | 0.86% | 0.2% | - |
| XYZ | 2.1 | 2.11 | 0.5 | - |
| YUV | 38.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 7 | 0 | 0.25 | 0.86 | 0.8 | 42.27 | 0.76 | 0.11 |
| Hex | 33 | 26 | 7 | 0 | 19 | 56 | 50 | 2A | 4C | B |
| Octal | 63 | 46 | 7 | 0 | 31 | 126 | 120 | 52 | 114 | 13 |
| Binary | 110011 | 100110 | 111 | 0 | 11001 | 1010110 | 1010000 | 101010 | 1001100 | 1011 |
Color Harmonies of #332607
Complementary color
Monochromatic Colors of #332607
Black with #332607
Text Example
Text Example
White with #332607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332607; }
p { color: rgb(51,38,7); }
H1.HeaderClassName
{
color: #332607;
}
.AnyTagClassName
{
color: #332607;
}
</style>
background-color css
<style>
a { background-color: #332607; }
a { background-color: rgb(51,38,7); }
div.DivClassName
{
background-color: #332607;
}
.BgClassName
{
background-color: #332607;
}
</style>
border-color css
<style>
span { border-color: #332607; }
span { border-color: rgb(51,38,7); }
td.TdClassName
{
border-color: #332607;
}
.TagClassName
{
border-color: #332607;
}
</style>