Shades of Black Magic #362707
Tints of Black Magic #362707
RGB
CMYK
RGB Variations
Color information
#362707 (or 0x362707) is known color: Black Magic. HEX triplet: 36, 27 and 07. RGB value is (54,39,7). Sum of RGB (Red+Green+Blue) = 54+39+7=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #362707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362707 is #C9D8F8. Grayscale: #272727. Windows color (decimal): -13228281 or 468790. OLE color: 468790.
HSL color Cylindrical-coordinate representation of color #362707: hue angle of 40.85º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #362707 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 39 | 7 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.79 |
| HSL | 40.85º | 0.77% | 0.12% | - |
| HSV(B) | 40.85º | 0.87% | 0.21% | - |
| XYZ | 2.29 | 2.25 | 0.51 | - |
| YUV | 39.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 7 | 0 | 0.28 | 0.87 | 0.79 | 40.85 | 0.77 | 0.12 |
| Hex | 36 | 27 | 7 | 0 | 1C | 57 | 4F | 29 | 4D | C |
| Octal | 66 | 47 | 7 | 0 | 34 | 127 | 117 | 51 | 115 | 14 |
| Binary | 110110 | 100111 | 111 | 0 | 11100 | 1010111 | 1001111 | 101001 | 1001101 | 1100 |
Color Harmonies of #362707
Complementary color
Monochromatic Colors of #362707
Black with #362707
Text Example
Text Example
White with #362707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362707; }
p { color: rgb(54,39,7); }
H1.HeaderClassName
{
color: #362707;
}
.AnyTagClassName
{
color: #362707;
}
</style>
background-color css
<style>
a { background-color: #362707; }
a { background-color: rgb(54,39,7); }
div.DivClassName
{
background-color: #362707;
}
.BgClassName
{
background-color: #362707;
}
</style>
border-color css
<style>
span { border-color: #362707; }
span { border-color: rgb(54,39,7); }
td.TdClassName
{
border-color: #362707;
}
.TagClassName
{
border-color: #362707;
}
</style>