Shades of Black Magic #36290B
Tints of Black Magic #36290B
RGB
CMYK
RGB Variations
Color information
#36290B (or 0x36290B) is known color: Black Magic. HEX triplet: 36, 29 and 0B. RGB value is (54,41,11). Sum of RGB (Red+Green+Blue) = 54+41+11=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #36290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36290B is #C9D6F4. Grayscale: #292929. Windows color (decimal): -13227765 or 731446. OLE color: 731446.
HSL color Cylindrical-coordinate representation of color #36290B: hue angle of 41.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36290B is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 41 | 11 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.79 |
| HSL | 41.86º | 0.66% | 0.13% | - |
| HSV(B) | 41.86º | 0.8% | 0.21% | - |
| XYZ | 2.37 | 2.39 | 0.65 | - |
| YUV | 41.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 11 | 0 | 0.24 | 0.80 | 0.79 | 41.86 | 0.66 | 0.13 |
| Hex | 36 | 29 | B | 0 | 18 | 50 | 4F | 2A | 42 | D |
| Octal | 66 | 51 | 13 | 0 | 30 | 120 | 117 | 52 | 102 | 15 |
| Binary | 110110 | 101001 | 1011 | 0 | 11000 | 1010000 | 1001111 | 101010 | 1000010 | 1101 |
Color Harmonies of #36290B
Complementary color
Monochromatic Colors of #36290B
Black with #36290B
Text Example
Text Example
White with #36290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36290B; }
p { color: rgb(54,41,11); }
H1.HeaderClassName
{
color: #36290B;
}
.AnyTagClassName
{
color: #36290B;
}
</style>
background-color css
<style>
a { background-color: #36290B; }
a { background-color: rgb(54,41,11); }
div.DivClassName
{
background-color: #36290B;
}
.BgClassName
{
background-color: #36290B;
}
</style>
border-color css
<style>
span { border-color: #36290B; }
span { border-color: rgb(54,41,11); }
td.TdClassName
{
border-color: #36290B;
}
.TagClassName
{
border-color: #36290B;
}
</style>