Shades of Black Magic #33280E
Tints of Black Magic #33280E
RGB
CMYK
RGB Variations
Color information
#33280E (or 0x33280E) is known color: Black Magic. HEX triplet: 33, 28 and 0E. RGB value is (51,40,14). Sum of RGB (Red+Green+Blue) = 51+40+14=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #33280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33280E is #CCD7F1. Grayscale: #282828. Windows color (decimal): -13424626 or 927795. OLE color: 927795.
HSL color Cylindrical-coordinate representation of color #33280E: hue angle of 42.16º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33280E is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 40 | 14 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.8 |
| HSL | 42.16º | 0.57% | 0.13% | - |
| HSV(B) | 42.16º | 0.73% | 0.2% | - |
| XYZ | 2.2 | 2.25 | 0.73 | - |
| YUV | 40.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 14 | 0 | 0.22 | 0.73 | 0.8 | 42.16 | 0.57 | 0.13 |
| Hex | 33 | 28 | E | 0 | 16 | 49 | 50 | 2A | 39 | D |
| Octal | 63 | 50 | 16 | 0 | 26 | 111 | 120 | 52 | 71 | 15 |
| Binary | 110011 | 101000 | 1110 | 0 | 10110 | 1001001 | 1010000 | 101010 | 111001 | 1101 |
Color Harmonies of #33280E
Complementary color
Monochromatic Colors of #33280E
Black with #33280E
Text Example
Text Example
White with #33280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33280E; }
p { color: rgb(51,40,14); }
H1.HeaderClassName
{
color: #33280E;
}
.AnyTagClassName
{
color: #33280E;
}
</style>
background-color css
<style>
a { background-color: #33280E; }
a { background-color: rgb(51,40,14); }
div.DivClassName
{
background-color: #33280E;
}
.BgClassName
{
background-color: #33280E;
}
</style>
border-color css
<style>
span { border-color: #33280E; }
span { border-color: rgb(51,40,14); }
td.TdClassName
{
border-color: #33280E;
}
.TagClassName
{
border-color: #33280E;
}
</style>