Shades of Black Magic #362B1F
Tints of Black Magic #362B1F
RGB
CMYK
RGB Variations
Color information
#362B1F (or 0x362B1F) is known color: Black Magic. HEX triplet: 36, 2B and 1F. RGB value is (54,43,31). Sum of RGB (Red+Green+Blue) = 54+43+31=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #362B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B1F is #C9D4E0. Grayscale: #2C2C2C. Windows color (decimal): -13227233 or 2042678. OLE color: 2042678.
HSL color Cylindrical-coordinate representation of color #362B1F: hue angle of 31.3º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #362B1F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 31 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.79 |
| HSL | 31.3º | 0.27% | 0.17% | - |
| HSV(B) | 31.3º | 0.43% | 0.21% | - |
| XYZ | 2.63 | 2.61 | 1.66 | - |
| YUV | 44.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 31 | 0 | 0.20 | 0.43 | 0.79 | 31.3 | 0.27 | 0.17 |
| Hex | 36 | 2B | 1F | 0 | 14 | 2B | 4F | 1F | 1B | 11 |
| Octal | 66 | 53 | 37 | 0 | 24 | 53 | 117 | 37 | 33 | 21 |
| Binary | 110110 | 101011 | 11111 | 0 | 10100 | 101011 | 1001111 | 11111 | 11011 | 10001 |
Color Harmonies of #362B1F
Complementary color
Monochromatic Colors of #362B1F
Black with #362B1F
Text Example
Text Example
White with #362B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B1F; }
p { color: rgb(54,43,31); }
H1.HeaderClassName
{
color: #362B1F;
}
.AnyTagClassName
{
color: #362B1F;
}
</style>
background-color css
<style>
a { background-color: #362B1F; }
a { background-color: rgb(54,43,31); }
div.DivClassName
{
background-color: #362B1F;
}
.BgClassName
{
background-color: #362B1F;
}
</style>
border-color css
<style>
span { border-color: #362B1F; }
span { border-color: rgb(54,43,31); }
td.TdClassName
{
border-color: #362B1F;
}
.TagClassName
{
border-color: #362B1F;
}
</style>