Shades of Black Magic #362C1B
Tints of Black Magic #362C1B
RGB
CMYK
RGB Variations
Color information
#362C1B (or 0x362C1B) is known color: Black Magic. HEX triplet: 36, 2C and 1B. RGB value is (54,44,27). Sum of RGB (Red+Green+Blue) = 54+44+27=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C1B is #C9D3E4. Grayscale: #2D2D2D. Windows color (decimal): -13226981 or 1780790. OLE color: 1780790.
HSL color Cylindrical-coordinate representation of color #362C1B: hue angle of 37.78º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #362C1B is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 27 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.79 |
| HSL | 37.78º | 0.33% | 0.16% | - |
| HSV(B) | 37.78º | 0.5% | 0.21% | - |
| XYZ | 2.62 | 2.66 | 1.41 | - |
| YUV | 45.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 27 | 0 | 0.19 | 0.5 | 0.79 | 37.78 | 0.33 | 0.16 |
| Hex | 36 | 2C | 1B | 0 | 13 | 32 | 4F | 26 | 21 | 10 |
| Octal | 66 | 54 | 33 | 0 | 23 | 62 | 117 | 46 | 41 | 20 |
| Binary | 110110 | 101100 | 11011 | 0 | 10011 | 110010 | 1001111 | 100110 | 100001 | 10000 |
Color Harmonies of #362C1B
Complementary color
Monochromatic Colors of #362C1B
Black with #362C1B
Text Example
Text Example
White with #362C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C1B; }
p { color: rgb(54,44,27); }
H1.HeaderClassName
{
color: #362C1B;
}
.AnyTagClassName
{
color: #362C1B;
}
</style>
background-color css
<style>
a { background-color: #362C1B; }
a { background-color: rgb(54,44,27); }
div.DivClassName
{
background-color: #362C1B;
}
.BgClassName
{
background-color: #362C1B;
}
</style>
border-color css
<style>
span { border-color: #362C1B; }
span { border-color: rgb(54,44,27); }
td.TdClassName
{
border-color: #362C1B;
}
.TagClassName
{
border-color: #362C1B;
}
</style>