Shades of Black Magic #33291C
Tints of Black Magic #33291C
RGB
CMYK
RGB Variations
Color information
#33291C (or 0x33291C) is known color: Black Magic. HEX triplet: 33, 29 and 1C. RGB value is (51,41,28). Sum of RGB (Red+Green+Blue) = 51+41+28=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #33291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33291C is #CCD6E3. Grayscale: #2A2A2A. Windows color (decimal): -13424356 or 1845555. OLE color: 1845555.
HSL color Cylindrical-coordinate representation of color #33291C: hue angle of 33.91º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33291C is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 28 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.8 |
| HSL | 33.91º | 0.29% | 0.15% | - |
| HSV(B) | 33.91º | 0.45% | 0.2% | - |
| XYZ | 2.37 | 2.37 | 1.43 | - |
| YUV | 42.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 28 | 0 | 0.20 | 0.45 | 0.8 | 33.91 | 0.29 | 0.15 |
| Hex | 33 | 29 | 1C | 0 | 14 | 2D | 50 | 22 | 1D | F |
| Octal | 63 | 51 | 34 | 0 | 24 | 55 | 120 | 42 | 35 | 17 |
| Binary | 110011 | 101001 | 11100 | 0 | 10100 | 101101 | 1010000 | 100010 | 11101 | 1111 |
Color Harmonies of #33291C
Complementary color
Monochromatic Colors of #33291C
Black with #33291C
Text Example
Text Example
White with #33291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33291C; }
p { color: rgb(51,41,28); }
H1.HeaderClassName
{
color: #33291C;
}
.AnyTagClassName
{
color: #33291C;
}
</style>
background-color css
<style>
a { background-color: #33291C; }
a { background-color: rgb(51,41,28); }
div.DivClassName
{
background-color: #33291C;
}
.BgClassName
{
background-color: #33291C;
}
</style>
border-color css
<style>
span { border-color: #33291C; }
span { border-color: rgb(51,41,28); }
td.TdClassName
{
border-color: #33291C;
}
.TagClassName
{
border-color: #33291C;
}
</style>