Shades of Black Magic #362A1C
Tints of Black Magic #362A1C
RGB
CMYK
RGB Variations
Color information
#362A1C (or 0x362A1C) is known color: Black Magic. HEX triplet: 36, 2A and 1C. RGB value is (54,42,28). Sum of RGB (Red+Green+Blue) = 54+42+28=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A1C is #C9D5E3. Grayscale: #2C2C2C. Windows color (decimal): -13227492 or 1845814. OLE color: 1845814.
HSL color Cylindrical-coordinate representation of color #362A1C: hue angle of 32.31º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #362A1C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 28 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.79 |
| HSL | 32.31º | 0.32% | 0.16% | - |
| HSV(B) | 32.31º | 0.48% | 0.21% | - |
| XYZ | 2.56 | 2.52 | 1.45 | - |
| YUV | 43.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 28 | 0 | 0.22 | 0.48 | 0.79 | 32.31 | 0.32 | 0.16 |
| Hex | 36 | 2A | 1C | 0 | 16 | 30 | 4F | 20 | 20 | 10 |
| Octal | 66 | 52 | 34 | 0 | 26 | 60 | 117 | 40 | 40 | 20 |
| Binary | 110110 | 101010 | 11100 | 0 | 10110 | 110000 | 1001111 | 100000 | 100000 | 10000 |
Color Harmonies of #362A1C
Complementary color
Monochromatic Colors of #362A1C
Black with #362A1C
Text Example
Text Example
White with #362A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A1C; }
p { color: rgb(54,42,28); }
H1.HeaderClassName
{
color: #362A1C;
}
.AnyTagClassName
{
color: #362A1C;
}
</style>
background-color css
<style>
a { background-color: #362A1C; }
a { background-color: rgb(54,42,28); }
div.DivClassName
{
background-color: #362A1C;
}
.BgClassName
{
background-color: #362A1C;
}
</style>
border-color css
<style>
span { border-color: #362A1C; }
span { border-color: rgb(54,42,28); }
td.TdClassName
{
border-color: #362A1C;
}
.TagClassName
{
border-color: #362A1C;
}
</style>