Shades of Black Magic #362503
Tints of Black Magic #362503
RGB
CMYK
RGB Variations
Color information
#362503 (or 0x362503) is known color: Black Magic. HEX triplet: 36, 25 and 03. RGB value is (54,37,3). Sum of RGB (Red+Green+Blue) = 54+37+3=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #362503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362503 is #C9DAFC. Grayscale: #262626. Windows color (decimal): -13228797 or 206134. OLE color: 206134.
HSL color Cylindrical-coordinate representation of color #362503: hue angle of 40º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #362503 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 37 | 3 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.79 |
| HSL | 40º | 0.89% | 0.11% | - |
| HSV(B) | 40º | 0.94% | 0.21% | - |
| XYZ | 2.2 | 2.11 | 0.38 | - |
| YUV | 38.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 3 | 0 | 0.31 | 0.94 | 0.79 | 40 | 0.89 | 0.11 |
| Hex | 36 | 25 | 3 | 0 | 1F | 5E | 4F | 28 | 59 | B |
| Octal | 66 | 45 | 3 | 0 | 37 | 136 | 117 | 50 | 131 | 13 |
| Binary | 110110 | 100101 | 11 | 0 | 11111 | 1011110 | 1001111 | 101000 | 1011001 | 1011 |
Color Harmonies of #362503
Complementary color
Monochromatic Colors of #362503
Black with #362503
Text Example
Text Example
White with #362503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362503; }
p { color: rgb(54,37,3); }
H1.HeaderClassName
{
color: #362503;
}
.AnyTagClassName
{
color: #362503;
}
</style>
background-color css
<style>
a { background-color: #362503; }
a { background-color: rgb(54,37,3); }
div.DivClassName
{
background-color: #362503;
}
.BgClassName
{
background-color: #362503;
}
</style>
border-color css
<style>
span { border-color: #362503; }
span { border-color: rgb(54,37,3); }
td.TdClassName
{
border-color: #362503;
}
.TagClassName
{
border-color: #362503;
}
</style>