Shades of Black Magic #36280C
Tints of Black Magic #36280C
RGB
CMYK
RGB Variations
Color information
#36280C (or 0x36280C) is known color: Black Magic. HEX triplet: 36, 28 and 0C. RGB value is (54,40,12). Sum of RGB (Red+Green+Blue) = 54+40+12=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #36280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36280C is #C9D7F3. Grayscale: #292929. Windows color (decimal): -13228020 or 796726. OLE color: 796726.
HSL color Cylindrical-coordinate representation of color #36280C: hue angle of 40º 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 #36280C is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 40 | 12 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.79 |
| HSL | 40º | 0.64% | 0.13% | - |
| HSV(B) | 40º | 0.78% | 0.21% | - |
| XYZ | 2.35 | 2.33 | 0.67 | - |
| YUV | 40.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 12 | 0 | 0.26 | 0.78 | 0.79 | 40 | 0.64 | 0.13 |
| Hex | 36 | 28 | C | 0 | 1A | 4E | 4F | 28 | 40 | D |
| Octal | 66 | 50 | 14 | 0 | 32 | 116 | 117 | 50 | 100 | 15 |
| Binary | 110110 | 101000 | 1100 | 0 | 11010 | 1001110 | 1001111 | 101000 | 1000000 | 1101 |
Color Harmonies of #36280C
Complementary color
Monochromatic Colors of #36280C
Black with #36280C
Text Example
Text Example
White with #36280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36280C; }
p { color: rgb(54,40,12); }
H1.HeaderClassName
{
color: #36280C;
}
.AnyTagClassName
{
color: #36280C;
}
</style>
background-color css
<style>
a { background-color: #36280C; }
a { background-color: rgb(54,40,12); }
div.DivClassName
{
background-color: #36280C;
}
.BgClassName
{
background-color: #36280C;
}
</style>
border-color css
<style>
span { border-color: #36280C; }
span { border-color: rgb(54,40,12); }
td.TdClassName
{
border-color: #36280C;
}
.TagClassName
{
border-color: #36280C;
}
</style>