Shades of Black Magic #33290C
Tints of Black Magic #33290C
RGB
CMYK
RGB Variations
Color information
#33290C (or 0x33290C) is known color: Black Magic. HEX triplet: 33, 29 and 0C. RGB value is (51,41,12). Sum of RGB (Red+Green+Blue) = 51+41+12=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #33290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33290C is #CCD6F3. Grayscale: #282828. Windows color (decimal): -13424372 or 796979. OLE color: 796979.
HSL color Cylindrical-coordinate representation of color #33290C: hue angle of 44.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33290C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 12 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.8 |
| HSL | 44.62º | 0.62% | 0.12% | - |
| HSV(B) | 44.62º | 0.76% | 0.2% | - |
| XYZ | 2.22 | 2.32 | 0.68 | - |
| YUV | 40.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 12 | 0 | 0.20 | 0.76 | 0.8 | 44.62 | 0.62 | 0.12 |
| Hex | 33 | 29 | C | 0 | 14 | 4C | 50 | 2D | 3E | C |
| Octal | 63 | 51 | 14 | 0 | 24 | 114 | 120 | 55 | 76 | 14 |
| Binary | 110011 | 101001 | 1100 | 0 | 10100 | 1001100 | 1010000 | 101101 | 111110 | 1100 |
Color Harmonies of #33290C
Complementary color
Monochromatic Colors of #33290C
Black with #33290C
Text Example
Text Example
White with #33290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33290C; }
p { color: rgb(51,41,12); }
H1.HeaderClassName
{
color: #33290C;
}
.AnyTagClassName
{
color: #33290C;
}
</style>
background-color css
<style>
a { background-color: #33290C; }
a { background-color: rgb(51,41,12); }
div.DivClassName
{
background-color: #33290C;
}
.BgClassName
{
background-color: #33290C;
}
</style>
border-color css
<style>
span { border-color: #33290C; }
span { border-color: rgb(51,41,12); }
td.TdClassName
{
border-color: #33290C;
}
.TagClassName
{
border-color: #33290C;
}
</style>