Shades of Black Magic #332615
Tints of Black Magic #332615
RGB
CMYK
RGB Variations
Color information
#332615 (or 0x332615) is known color: Black Magic. HEX triplet: 33, 26 and 15. RGB value is (51,38,21). Sum of RGB (Red+Green+Blue) = 51+38+21=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332615 is #CCD9EA. Grayscale: #282828. Windows color (decimal): -13425131 or 1386035. OLE color: 1386035.
HSL color Cylindrical-coordinate representation of color #332615: hue angle of 34º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332615 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 21 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.8 |
| HSL | 34º | 0.42% | 0.14% | - |
| HSV(B) | 34º | 0.59% | 0.2% | - |
| XYZ | 2.19 | 2.14 | 1.01 | - |
| YUV | 39.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 21 | 0 | 0.25 | 0.59 | 0.8 | 34 | 0.42 | 0.14 |
| Hex | 33 | 26 | 15 | 0 | 19 | 3B | 50 | 22 | 2A | E |
| Octal | 63 | 46 | 25 | 0 | 31 | 73 | 120 | 42 | 52 | 16 |
| Binary | 110011 | 100110 | 10101 | 0 | 11001 | 111011 | 1010000 | 100010 | 101010 | 1110 |
Color Harmonies of #332615
Complementary color
Monochromatic Colors of #332615
Black with #332615
Text Example
Text Example
White with #332615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332615; }
p { color: rgb(51,38,21); }
H1.HeaderClassName
{
color: #332615;
}
.AnyTagClassName
{
color: #332615;
}
</style>
background-color css
<style>
a { background-color: #332615; }
a { background-color: rgb(51,38,21); }
div.DivClassName
{
background-color: #332615;
}
.BgClassName
{
background-color: #332615;
}
</style>
border-color css
<style>
span { border-color: #332615; }
span { border-color: rgb(51,38,21); }
td.TdClassName
{
border-color: #332615;
}
.TagClassName
{
border-color: #332615;
}
</style>