Shades of Black Magic #332605
Tints of Black Magic #332605
RGB
CMYK
RGB Variations
Color information
#332605 (or 0x332605) is known color: Black Magic. HEX triplet: 33, 26 and 05. RGB value is (51,38,5). Sum of RGB (Red+Green+Blue) = 51+38+5=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #332605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332605 is #CCD9FA. Grayscale: #262626. Windows color (decimal): -13425147 or 337459. OLE color: 337459.
HSL color Cylindrical-coordinate representation of color #332605: hue angle of 43.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332605 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 5 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.8 |
| HSL | 43.04º | 0.82% | 0.11% | - |
| HSV(B) | 43.04º | 0.9% | 0.2% | - |
| XYZ | 2.09 | 2.1 | 0.44 | - |
| YUV | 38.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 5 | 0 | 0.25 | 0.90 | 0.8 | 43.04 | 0.82 | 0.11 |
| Hex | 33 | 26 | 5 | 0 | 19 | 5A | 50 | 2B | 52 | B |
| Octal | 63 | 46 | 5 | 0 | 31 | 132 | 120 | 53 | 122 | 13 |
| Binary | 110011 | 100110 | 101 | 0 | 11001 | 1011010 | 1010000 | 101011 | 1010010 | 1011 |
Color Harmonies of #332605
Complementary color
Monochromatic Colors of #332605
Black with #332605
Text Example
Text Example
White with #332605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332605; }
p { color: rgb(51,38,5); }
H1.HeaderClassName
{
color: #332605;
}
.AnyTagClassName
{
color: #332605;
}
</style>
background-color css
<style>
a { background-color: #332605; }
a { background-color: rgb(51,38,5); }
div.DivClassName
{
background-color: #332605;
}
.BgClassName
{
background-color: #332605;
}
</style>
border-color css
<style>
span { border-color: #332605; }
span { border-color: rgb(51,38,5); }
td.TdClassName
{
border-color: #332605;
}
.TagClassName
{
border-color: #332605;
}
</style>