Shades of Black Magic #362C1A
Tints of Black Magic #362C1A
RGB
CMYK
RGB Variations
Color information
#362C1A (or 0x362C1A) is known color: Black Magic. HEX triplet: 36, 2C and 1A. RGB value is (54,44,26). Sum of RGB (Red+Green+Blue) = 54+44+26=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C1A is #C9D3E5. Grayscale: #2D2D2D. Windows color (decimal): -13226982 or 1715254. OLE color: 1715254.
HSL color Cylindrical-coordinate representation of color #362C1A: hue angle of 38.57º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #362C1A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 26 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.79 |
| HSL | 38.57º | 0.35% | 0.16% | - |
| HSV(B) | 38.57º | 0.52% | 0.21% | - |
| XYZ | 2.61 | 2.66 | 1.35 | - |
| YUV | 44.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 26 | 0 | 0.19 | 0.52 | 0.79 | 38.57 | 0.35 | 0.16 |
| Hex | 36 | 2C | 1A | 0 | 13 | 34 | 4F | 27 | 23 | 10 |
| Octal | 66 | 54 | 32 | 0 | 23 | 64 | 117 | 47 | 43 | 20 |
| Binary | 110110 | 101100 | 11010 | 0 | 10011 | 110100 | 1001111 | 100111 | 100011 | 10000 |
Color Harmonies of #362C1A
Complementary color
Monochromatic Colors of #362C1A
Black with #362C1A
Text Example
Text Example
White with #362C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C1A; }
p { color: rgb(54,44,26); }
H1.HeaderClassName
{
color: #362C1A;
}
.AnyTagClassName
{
color: #362C1A;
}
</style>
background-color css
<style>
a { background-color: #362C1A; }
a { background-color: rgb(54,44,26); }
div.DivClassName
{
background-color: #362C1A;
}
.BgClassName
{
background-color: #362C1A;
}
</style>
border-color css
<style>
span { border-color: #362C1A; }
span { border-color: rgb(54,44,26); }
td.TdClassName
{
border-color: #362C1A;
}
.TagClassName
{
border-color: #362C1A;
}
</style>