Shades of Black Magic #36260B
Tints of Black Magic #36260B
RGB
CMYK
RGB Variations
Color information
#36260B (or 0x36260B) is known color: Black Magic. HEX triplet: 36, 26 and 0B. RGB value is (54,38,11). Sum of RGB (Red+Green+Blue) = 54+38+11=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #36260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36260B is #C9D9F4. Grayscale: #272727. Windows color (decimal): -13228533 or 730678. OLE color: 730678.
HSL color Cylindrical-coordinate representation of color #36260B: hue angle of 37.67º 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 #36260B is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 38 | 11 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.79 |
| HSL | 37.67º | 0.66% | 0.13% | - |
| HSV(B) | 37.67º | 0.8% | 0.21% | - |
| XYZ | 2.27 | 2.19 | 0.62 | - |
| YUV | 39.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 11 | 0 | 0.30 | 0.80 | 0.79 | 37.67 | 0.66 | 0.13 |
| Hex | 36 | 26 | B | 0 | 1E | 50 | 4F | 26 | 42 | D |
| Octal | 66 | 46 | 13 | 0 | 36 | 120 | 117 | 46 | 102 | 15 |
| Binary | 110110 | 100110 | 1011 | 0 | 11110 | 1010000 | 1001111 | 100110 | 1000010 | 1101 |
Color Harmonies of #36260B
Complementary color
Monochromatic Colors of #36260B
Black with #36260B
Text Example
Text Example
White with #36260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36260B; }
p { color: rgb(54,38,11); }
H1.HeaderClassName
{
color: #36260B;
}
.AnyTagClassName
{
color: #36260B;
}
</style>
background-color css
<style>
a { background-color: #36260B; }
a { background-color: rgb(54,38,11); }
div.DivClassName
{
background-color: #36260B;
}
.BgClassName
{
background-color: #36260B;
}
</style>
border-color css
<style>
span { border-color: #36260B; }
span { border-color: rgb(54,38,11); }
td.TdClassName
{
border-color: #36260B;
}
.TagClassName
{
border-color: #36260B;
}
</style>