Shades of Black Magic #33260B
Tints of Black Magic #33260B
RGB
CMYK
RGB Variations
Color information
#33260B (or 0x33260B) is known color: Black Magic. HEX triplet: 33, 26 and 0B. RGB value is (51,38,11). Sum of RGB (Red+Green+Blue) = 51+38+11=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #33260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33260B is #CCD9F4. Grayscale: #262626. Windows color (decimal): -13425141 or 730675. OLE color: 730675.
HSL color Cylindrical-coordinate representation of color #33260B: hue angle of 40.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33260B is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 11 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.8 |
| HSL | 40.5º | 0.65% | 0.12% | - |
| HSV(B) | 40.5º | 0.78% | 0.2% | - |
| XYZ | 2.12 | 2.11 | 0.61 | - |
| YUV | 38.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 11 | 0 | 0.25 | 0.78 | 0.8 | 40.5 | 0.65 | 0.12 |
| Hex | 33 | 26 | B | 0 | 19 | 4E | 50 | 28 | 41 | C |
| Octal | 63 | 46 | 13 | 0 | 31 | 116 | 120 | 50 | 101 | 14 |
| Binary | 110011 | 100110 | 1011 | 0 | 11001 | 1001110 | 1010000 | 101000 | 1000001 | 1100 |
Color Harmonies of #33260B
Complementary color
Monochromatic Colors of #33260B
Black with #33260B
Text Example
Text Example
White with #33260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33260B; }
p { color: rgb(51,38,11); }
H1.HeaderClassName
{
color: #33260B;
}
.AnyTagClassName
{
color: #33260B;
}
</style>
background-color css
<style>
a { background-color: #33260B; }
a { background-color: rgb(51,38,11); }
div.DivClassName
{
background-color: #33260B;
}
.BgClassName
{
background-color: #33260B;
}
</style>
border-color css
<style>
span { border-color: #33260B; }
span { border-color: rgb(51,38,11); }
td.TdClassName
{
border-color: #33260B;
}
.TagClassName
{
border-color: #33260B;
}
</style>