Shades of Black Magic #332603
Tints of Black Magic #332603
RGB
CMYK
RGB Variations
Color information
#332603 (or 0x332603) is known color: Black Magic. HEX triplet: 33, 26 and 03. RGB value is (51,38,3). Sum of RGB (Red+Green+Blue) = 51+38+3=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #332603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332603 is #CCD9FC. Grayscale: #262626. Windows color (decimal): -13425149 or 206387. OLE color: 206387.
HSL color Cylindrical-coordinate representation of color #332603: hue angle of 43.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #332603 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 3 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.8 |
| HSL | 43.75º | 0.89% | 0.11% | - |
| HSV(B) | 43.75º | 0.94% | 0.2% | - |
| XYZ | 2.07 | 2.1 | 0.38 | - |
| YUV | 37.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 3 | 0 | 0.25 | 0.94 | 0.8 | 43.75 | 0.89 | 0.11 |
| Hex | 33 | 26 | 3 | 0 | 19 | 5E | 50 | 2C | 59 | B |
| Octal | 63 | 46 | 3 | 0 | 31 | 136 | 120 | 54 | 131 | 13 |
| Binary | 110011 | 100110 | 11 | 0 | 11001 | 1011110 | 1010000 | 101100 | 1011001 | 1011 |
Color Harmonies of #332603
Complementary color
Monochromatic Colors of #332603
Black with #332603
Text Example
Text Example
White with #332603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332603; }
p { color: rgb(51,38,3); }
H1.HeaderClassName
{
color: #332603;
}
.AnyTagClassName
{
color: #332603;
}
</style>
background-color css
<style>
a { background-color: #332603; }
a { background-color: rgb(51,38,3); }
div.DivClassName
{
background-color: #332603;
}
.BgClassName
{
background-color: #332603;
}
</style>
border-color css
<style>
span { border-color: #332603; }
span { border-color: rgb(51,38,3); }
td.TdClassName
{
border-color: #332603;
}
.TagClassName
{
border-color: #332603;
}
</style>