Shades of Black Magic #36260C
Tints of Black Magic #36260C
RGB
CMYK
RGB Variations
Color information
#36260C (or 0x36260C) is known color: Black Magic. HEX triplet: 36, 26 and 0C. RGB value is (54,38,12). Sum of RGB (Red+Green+Blue) = 54+38+12=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #36260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36260C is #C9D9F3. Grayscale: #272727. Windows color (decimal): -13228532 or 796214. OLE color: 796214.
HSL color Cylindrical-coordinate representation of color #36260C: hue angle of 37.14º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36260C is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 38 | 12 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.79 |
| HSL | 37.14º | 0.64% | 0.13% | - |
| HSV(B) | 37.14º | 0.78% | 0.21% | - |
| XYZ | 2.28 | 2.2 | 0.65 | - |
| YUV | 39.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 12 | 0 | 0.30 | 0.78 | 0.79 | 37.14 | 0.64 | 0.13 |
| Hex | 36 | 26 | C | 0 | 1E | 4E | 4F | 25 | 40 | D |
| Octal | 66 | 46 | 14 | 0 | 36 | 116 | 117 | 45 | 100 | 15 |
| Binary | 110110 | 100110 | 1100 | 0 | 11110 | 1001110 | 1001111 | 100101 | 1000000 | 1101 |
Color Harmonies of #36260C
Complementary color
Monochromatic Colors of #36260C
Black with #36260C
Text Example
Text Example
White with #36260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36260C; }
p { color: rgb(54,38,12); }
H1.HeaderClassName
{
color: #36260C;
}
.AnyTagClassName
{
color: #36260C;
}
</style>
background-color css
<style>
a { background-color: #36260C; }
a { background-color: rgb(54,38,12); }
div.DivClassName
{
background-color: #36260C;
}
.BgClassName
{
background-color: #36260C;
}
</style>
border-color css
<style>
span { border-color: #36260C; }
span { border-color: rgb(54,38,12); }
td.TdClassName
{
border-color: #36260C;
}
.TagClassName
{
border-color: #36260C;
}
</style>