Shades of Black Magic #362A0B
Tints of Black Magic #362A0B
RGB
CMYK
RGB Variations
Color information
#362A0B (or 0x362A0B) is known color: Black Magic. HEX triplet: 36, 2A and 0B. RGB value is (54,42,11). Sum of RGB (Red+Green+Blue) = 54+42+11=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A0B is #C9D5F4. Grayscale: #2A2A2A. Windows color (decimal): -13227509 or 731702. OLE color: 731702.
HSL color Cylindrical-coordinate representation of color #362A0B: hue angle of 43.26º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362A0B is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 11 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.79 |
| HSL | 43.26º | 0.66% | 0.13% | - |
| HSV(B) | 43.26º | 0.8% | 0.21% | - |
| XYZ | 2.41 | 2.46 | 0.67 | - |
| YUV | 42.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 11 | 0 | 0.22 | 0.80 | 0.79 | 43.26 | 0.66 | 0.13 |
| Hex | 36 | 2A | B | 0 | 16 | 50 | 4F | 2B | 42 | D |
| Octal | 66 | 52 | 13 | 0 | 26 | 120 | 117 | 53 | 102 | 15 |
| Binary | 110110 | 101010 | 1011 | 0 | 10110 | 1010000 | 1001111 | 101011 | 1000010 | 1101 |
Color Harmonies of #362A0B
Complementary color
Monochromatic Colors of #362A0B
Black with #362A0B
Text Example
Text Example
White with #362A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A0B; }
p { color: rgb(54,42,11); }
H1.HeaderClassName
{
color: #362A0B;
}
.AnyTagClassName
{
color: #362A0B;
}
</style>
background-color css
<style>
a { background-color: #362A0B; }
a { background-color: rgb(54,42,11); }
div.DivClassName
{
background-color: #362A0B;
}
.BgClassName
{
background-color: #362A0B;
}
</style>
border-color css
<style>
span { border-color: #362A0B; }
span { border-color: rgb(54,42,11); }
td.TdClassName
{
border-color: #362A0B;
}
.TagClassName
{
border-color: #362A0B;
}
</style>