Shades of Black Magic #362D19
Tints of Black Magic #362D19
RGB
CMYK
RGB Variations
Color information
#362D19 (or 0x362D19) is known color: Black Magic. HEX triplet: 36, 2D and 19. RGB value is (54,45,25). Sum of RGB (Red+Green+Blue) = 54+45+25=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D19 is #C9D2E6. Grayscale: #2D2D2D. Windows color (decimal): -13226727 or 1649974. OLE color: 1649974.
HSL color Cylindrical-coordinate representation of color #362D19: hue angle of 41.38º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #362D19 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 25 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.79 |
| HSL | 41.38º | 0.37% | 0.15% | - |
| HSV(B) | 41.38º | 0.54% | 0.21% | - |
| XYZ | 2.64 | 2.73 | 1.31 | - |
| YUV | 45.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 25 | 0 | 0.17 | 0.54 | 0.79 | 41.38 | 0.37 | 0.15 |
| Hex | 36 | 2D | 19 | 0 | 11 | 36 | 4F | 29 | 25 | F |
| Octal | 66 | 55 | 31 | 0 | 21 | 66 | 117 | 51 | 45 | 17 |
| Binary | 110110 | 101101 | 11001 | 0 | 10001 | 110110 | 1001111 | 101001 | 100101 | 1111 |
Color Harmonies of #362D19
Complementary color
Monochromatic Colors of #362D19
Black with #362D19
Text Example
Text Example
White with #362D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D19; }
p { color: rgb(54,45,25); }
H1.HeaderClassName
{
color: #362D19;
}
.AnyTagClassName
{
color: #362D19;
}
</style>
background-color css
<style>
a { background-color: #362D19; }
a { background-color: rgb(54,45,25); }
div.DivClassName
{
background-color: #362D19;
}
.BgClassName
{
background-color: #362D19;
}
</style>
border-color css
<style>
span { border-color: #362D19; }
span { border-color: rgb(54,45,25); }
td.TdClassName
{
border-color: #362D19;
}
.TagClassName
{
border-color: #362D19;
}
</style>