Shades of Black Magic #33290F
Tints of Black Magic #33290F
RGB
CMYK
RGB Variations
Color information
#33290F (or 0x33290F) is known color: Black Magic. HEX triplet: 33, 29 and 0F. RGB value is (51,41,15). Sum of RGB (Red+Green+Blue) = 51+41+15=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #33290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33290F is #CCD6F0. Grayscale: #292929. Windows color (decimal): -13424369 or 993587. OLE color: 993587.
HSL color Cylindrical-coordinate representation of color #33290F: hue angle of 43.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33290F is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 15 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.8 |
| HSL | 43.33º | 0.55% | 0.13% | - |
| HSV(B) | 43.33º | 0.71% | 0.2% | - |
| XYZ | 2.24 | 2.32 | 0.78 | - |
| YUV | 41.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 15 | 0 | 0.20 | 0.71 | 0.8 | 43.33 | 0.55 | 0.13 |
| Hex | 33 | 29 | F | 0 | 14 | 47 | 50 | 2B | 37 | D |
| Octal | 63 | 51 | 17 | 0 | 24 | 107 | 120 | 53 | 67 | 15 |
| Binary | 110011 | 101001 | 1111 | 0 | 10100 | 1000111 | 1010000 | 101011 | 110111 | 1101 |
Color Harmonies of #33290F
Complementary color
Monochromatic Colors of #33290F
Black with #33290F
Text Example
Text Example
White with #33290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33290F; }
p { color: rgb(51,41,15); }
H1.HeaderClassName
{
color: #33290F;
}
.AnyTagClassName
{
color: #33290F;
}
</style>
background-color css
<style>
a { background-color: #33290F; }
a { background-color: rgb(51,41,15); }
div.DivClassName
{
background-color: #33290F;
}
.BgClassName
{
background-color: #33290F;
}
</style>
border-color css
<style>
span { border-color: #33290F; }
span { border-color: rgb(51,41,15); }
td.TdClassName
{
border-color: #33290F;
}
.TagClassName
{
border-color: #33290F;
}
</style>