Shades of Black Magic #36270C
Tints of Black Magic #36270C
RGB
CMYK
RGB Variations
Color information
#36270C (or 0x36270C) is known color: Black Magic. HEX triplet: 36, 27 and 0C. RGB value is (54,39,12). Sum of RGB (Red+Green+Blue) = 54+39+12=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #36270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36270C is #C9D8F3. Grayscale: #282828. Windows color (decimal): -13228276 or 796470. OLE color: 796470.
HSL color Cylindrical-coordinate representation of color #36270C: hue angle of 38.57º 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 #36270C is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 39 | 12 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.79 |
| HSL | 38.57º | 0.64% | 0.13% | - |
| HSV(B) | 38.57º | 0.78% | 0.21% | - |
| XYZ | 2.31 | 2.26 | 0.66 | - |
| YUV | 40.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 12 | 0 | 0.28 | 0.78 | 0.79 | 38.57 | 0.64 | 0.13 |
| Hex | 36 | 27 | C | 0 | 1C | 4E | 4F | 27 | 40 | D |
| Octal | 66 | 47 | 14 | 0 | 34 | 116 | 117 | 47 | 100 | 15 |
| Binary | 110110 | 100111 | 1100 | 0 | 11100 | 1001110 | 1001111 | 100111 | 1000000 | 1101 |
Color Harmonies of #36270C
Complementary color
Monochromatic Colors of #36270C
Black with #36270C
Text Example
Text Example
White with #36270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36270C; }
p { color: rgb(54,39,12); }
H1.HeaderClassName
{
color: #36270C;
}
.AnyTagClassName
{
color: #36270C;
}
</style>
background-color css
<style>
a { background-color: #36270C; }
a { background-color: rgb(54,39,12); }
div.DivClassName
{
background-color: #36270C;
}
.BgClassName
{
background-color: #36270C;
}
</style>
border-color css
<style>
span { border-color: #36270C; }
span { border-color: rgb(54,39,12); }
td.TdClassName
{
border-color: #36270C;
}
.TagClassName
{
border-color: #36270C;
}
</style>