Shades of Black Magic #362501
Tints of Black Magic #362501
RGB
CMYK
RGB Variations
Color information
#362501 (or 0x362501) is known color: Black Magic. HEX triplet: 36, 25 and 01. RGB value is (54,37,1). Sum of RGB (Red+Green+Blue) = 54+37+1=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #362501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362501 is #C9DAFE. Grayscale: #262626. Windows color (decimal): -13228799 or 75062. OLE color: 75062.
HSL color Cylindrical-coordinate representation of color #362501: hue angle of 40.75º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #362501 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 37 | 1 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.79 |
| HSL | 40.75º | 0.96% | 0.11% | - |
| HSV(B) | 40.75º | 0.98% | 0.21% | - |
| XYZ | 2.19 | 2.11 | 0.32 | - |
| YUV | 37.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 1 | 0 | 0.31 | 0.98 | 0.79 | 40.75 | 0.96 | 0.11 |
| Hex | 36 | 25 | 1 | 0 | 1F | 62 | 4F | 29 | 60 | B |
| Octal | 66 | 45 | 1 | 0 | 37 | 142 | 117 | 51 | 140 | 13 |
| Binary | 110110 | 100101 | 1 | 0 | 11111 | 1100010 | 1001111 | 101001 | 1100000 | 1011 |
Color Harmonies of #362501
Complementary color
Monochromatic Colors of #362501
Black with #362501
Text Example
Text Example
White with #362501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362501; }
p { color: rgb(54,37,1); }
H1.HeaderClassName
{
color: #362501;
}
.AnyTagClassName
{
color: #362501;
}
</style>
background-color css
<style>
a { background-color: #362501; }
a { background-color: rgb(54,37,1); }
div.DivClassName
{
background-color: #362501;
}
.BgClassName
{
background-color: #362501;
}
</style>
border-color css
<style>
span { border-color: #362501; }
span { border-color: rgb(54,37,1); }
td.TdClassName
{
border-color: #362501;
}
.TagClassName
{
border-color: #362501;
}
</style>