Shades of Black Magic #362B08
Tints of Black Magic #362B08
RGB
CMYK
RGB Variations
Color information
#362B08 (or 0x362B08) is known color: Black Magic. HEX triplet: 36, 2B and 08. RGB value is (54,43,8). Sum of RGB (Red+Green+Blue) = 54+43+8=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #362B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B08 is #C9D4F7. Grayscale: #2A2A2A. Windows color (decimal): -13227256 or 535350. OLE color: 535350.
HSL color Cylindrical-coordinate representation of color #362B08: hue angle of 45.65º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #362B08 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 8 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.79 |
| HSL | 45.65º | 0.74% | 0.12% | - |
| HSV(B) | 45.65º | 0.85% | 0.21% | - |
| XYZ | 2.43 | 2.53 | 0.59 | - |
| YUV | 42.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 8 | 0 | 0.20 | 0.85 | 0.79 | 45.65 | 0.74 | 0.12 |
| Hex | 36 | 2B | 8 | 0 | 14 | 55 | 4F | 2E | 4A | C |
| Octal | 66 | 53 | 10 | 0 | 24 | 125 | 117 | 56 | 112 | 14 |
| Binary | 110110 | 101011 | 1000 | 0 | 10100 | 1010101 | 1001111 | 101110 | 1001010 | 1100 |
Color Harmonies of #362B08
Complementary color
Monochromatic Colors of #362B08
Black with #362B08
Text Example
Text Example
White with #362B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B08; }
p { color: rgb(54,43,8); }
H1.HeaderClassName
{
color: #362B08;
}
.AnyTagClassName
{
color: #362B08;
}
</style>
background-color css
<style>
a { background-color: #362B08; }
a { background-color: rgb(54,43,8); }
div.DivClassName
{
background-color: #362B08;
}
.BgClassName
{
background-color: #362B08;
}
</style>
border-color css
<style>
span { border-color: #362B08; }
span { border-color: rgb(54,43,8); }
td.TdClassName
{
border-color: #362B08;
}
.TagClassName
{
border-color: #362B08;
}
</style>