Shades of Black Magic #362D1A
Tints of Black Magic #362D1A
RGB
CMYK
RGB Variations
Color information
#362D1A (or 0x362D1A) is known color: Black Magic. HEX triplet: 36, 2D and 1A. RGB value is (54,45,26). Sum of RGB (Red+Green+Blue) = 54+45+26=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D1A is #C9D2E5. Grayscale: #2D2D2D. Windows color (decimal): -13226726 or 1715510. OLE color: 1715510.
HSL color Cylindrical-coordinate representation of color #362D1A: hue angle of 40.71º 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 #362D1A is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 26 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.79 |
| HSL | 40.71º | 0.35% | 0.16% | - |
| HSV(B) | 40.71º | 0.52% | 0.21% | - |
| XYZ | 2.65 | 2.74 | 1.37 | - |
| YUV | 45.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 26 | 0 | 0.17 | 0.52 | 0.79 | 40.71 | 0.35 | 0.16 |
| Hex | 36 | 2D | 1A | 0 | 11 | 34 | 4F | 29 | 23 | 10 |
| Octal | 66 | 55 | 32 | 0 | 21 | 64 | 117 | 51 | 43 | 20 |
| Binary | 110110 | 101101 | 11010 | 0 | 10001 | 110100 | 1001111 | 101001 | 100011 | 10000 |
Color Harmonies of #362D1A
Complementary color
Monochromatic Colors of #362D1A
Black with #362D1A
Text Example
Text Example
White with #362D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D1A; }
p { color: rgb(54,45,26); }
H1.HeaderClassName
{
color: #362D1A;
}
.AnyTagClassName
{
color: #362D1A;
}
</style>
background-color css
<style>
a { background-color: #362D1A; }
a { background-color: rgb(54,45,26); }
div.DivClassName
{
background-color: #362D1A;
}
.BgClassName
{
background-color: #362D1A;
}
</style>
border-color css
<style>
span { border-color: #362D1A; }
span { border-color: rgb(54,45,26); }
td.TdClassName
{
border-color: #362D1A;
}
.TagClassName
{
border-color: #362D1A;
}
</style>