Shades of Black Magic #362D1F
Tints of Black Magic #362D1F
RGB
CMYK
RGB Variations
Color information
#362D1F (or 0x362D1F) is known color: Black Magic. HEX triplet: 36, 2D and 1F. RGB value is (54,45,31). Sum of RGB (Red+Green+Blue) = 54+45+31=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #362D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D1F is #C9D2E0. Grayscale: #2E2E2E. Windows color (decimal): -13226721 or 2043190. OLE color: 2043190.
HSL color Cylindrical-coordinate representation of color #362D1F: hue angle of 36.52º 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 #362D1F is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 31 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.79 |
| HSL | 36.52º | 0.27% | 0.17% | - |
| HSV(B) | 36.52º | 0.43% | 0.21% | - |
| XYZ | 2.71 | 2.76 | 1.69 | - |
| YUV | 46.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 31 | 0 | 0.17 | 0.43 | 0.79 | 36.52 | 0.27 | 0.17 |
| Hex | 36 | 2D | 1F | 0 | 11 | 2B | 4F | 25 | 1B | 11 |
| Octal | 66 | 55 | 37 | 0 | 21 | 53 | 117 | 45 | 33 | 21 |
| Binary | 110110 | 101101 | 11111 | 0 | 10001 | 101011 | 1001111 | 100101 | 11011 | 10001 |
Color Harmonies of #362D1F
Complementary color
Monochromatic Colors of #362D1F
Black with #362D1F
Text Example
Text Example
White with #362D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D1F; }
p { color: rgb(54,45,31); }
H1.HeaderClassName
{
color: #362D1F;
}
.AnyTagClassName
{
color: #362D1F;
}
</style>
background-color css
<style>
a { background-color: #362D1F; }
a { background-color: rgb(54,45,31); }
div.DivClassName
{
background-color: #362D1F;
}
.BgClassName
{
background-color: #362D1F;
}
</style>
border-color css
<style>
span { border-color: #362D1F; }
span { border-color: rgb(54,45,31); }
td.TdClassName
{
border-color: #362D1F;
}
.TagClassName
{
border-color: #362D1F;
}
</style>