Shades of Black Magic #362B11
Tints of Black Magic #362B11
RGB
CMYK
RGB Variations
Color information
#362B11 (or 0x362B11) is known color: Black Magic. HEX triplet: 36, 2B and 11. RGB value is (54,43,17). Sum of RGB (Red+Green+Blue) = 54+43+17=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B11 is #C9D4EE. Grayscale: #2B2B2B. Windows color (decimal): -13227247 or 1125174. OLE color: 1125174.
HSL color Cylindrical-coordinate representation of color #362B11: hue angle of 42.16º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362B11 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 17 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.79 |
| HSL | 42.16º | 0.52% | 0.14% | - |
| HSV(B) | 42.16º | 0.69% | 0.21% | - |
| XYZ | 2.49 | 2.55 | 0.89 | - |
| YUV | 43.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 17 | 0 | 0.20 | 0.69 | 0.79 | 42.16 | 0.52 | 0.14 |
| Hex | 36 | 2B | 11 | 0 | 14 | 45 | 4F | 2A | 34 | E |
| Octal | 66 | 53 | 21 | 0 | 24 | 105 | 117 | 52 | 64 | 16 |
| Binary | 110110 | 101011 | 10001 | 0 | 10100 | 1000101 | 1001111 | 101010 | 110100 | 1110 |
Color Harmonies of #362B11
Complementary color
Monochromatic Colors of #362B11
Black with #362B11
Text Example
Text Example
White with #362B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B11; }
p { color: rgb(54,43,17); }
H1.HeaderClassName
{
color: #362B11;
}
.AnyTagClassName
{
color: #362B11;
}
</style>
background-color css
<style>
a { background-color: #362B11; }
a { background-color: rgb(54,43,17); }
div.DivClassName
{
background-color: #362B11;
}
.BgClassName
{
background-color: #362B11;
}
</style>
border-color css
<style>
span { border-color: #362B11; }
span { border-color: rgb(54,43,17); }
td.TdClassName
{
border-color: #362B11;
}
.TagClassName
{
border-color: #362B11;
}
</style>