Shades of Black Magic #36260D
Tints of Black Magic #36260D
RGB
CMYK
RGB Variations
Color information
#36260D (or 0x36260D) is known color: Black Magic. HEX triplet: 36, 26 and 0D. RGB value is (54,38,13). Sum of RGB (Red+Green+Blue) = 54+38+13=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #36260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36260D is #C9D9F2. Grayscale: #282828. Windows color (decimal): -13228531 or 861750. OLE color: 861750.
HSL color Cylindrical-coordinate representation of color #36260D: hue angle of 36.59º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36260D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 38 | 13 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.79 |
| HSL | 36.59º | 0.61% | 0.13% | - |
| HSV(B) | 36.59º | 0.76% | 0.21% | - |
| XYZ | 2.29 | 2.2 | 0.68 | - |
| YUV | 39.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 13 | 0 | 0.30 | 0.76 | 0.79 | 36.59 | 0.61 | 0.13 |
| Hex | 36 | 26 | D | 0 | 1E | 4C | 4F | 25 | 3D | D |
| Octal | 66 | 46 | 15 | 0 | 36 | 114 | 117 | 45 | 75 | 15 |
| Binary | 110110 | 100110 | 1101 | 0 | 11110 | 1001100 | 1001111 | 100101 | 111101 | 1101 |
Color Harmonies of #36260D
Complementary color
Monochromatic Colors of #36260D
Black with #36260D
Text Example
Text Example
White with #36260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36260D; }
p { color: rgb(54,38,13); }
H1.HeaderClassName
{
color: #36260D;
}
.AnyTagClassName
{
color: #36260D;
}
</style>
background-color css
<style>
a { background-color: #36260D; }
a { background-color: rgb(54,38,13); }
div.DivClassName
{
background-color: #36260D;
}
.BgClassName
{
background-color: #36260D;
}
</style>
border-color css
<style>
span { border-color: #36260D; }
span { border-color: rgb(54,38,13); }
td.TdClassName
{
border-color: #36260D;
}
.TagClassName
{
border-color: #36260D;
}
</style>