Shades of Black Magic #362402
Tints of Black Magic #362402
RGB
CMYK
RGB Variations
Color information
#362402 (or 0x362402) is known color: Black Magic. HEX triplet: 36, 24 and 02. RGB value is (54,36,2). Sum of RGB (Red+Green+Blue) = 54+36+2=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #362402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362402 is #C9DBFD. Grayscale: #252525. Windows color (decimal): -13229054 or 140342. OLE color: 140342.
HSL color Cylindrical-coordinate representation of color #362402: hue angle of 39.23º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #362402 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 36 | 2 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.79 |
| HSL | 39.23º | 0.93% | 0.11% | - |
| HSV(B) | 39.23º | 0.96% | 0.21% | - |
| XYZ | 2.16 | 2.05 | 0.34 | - |
| YUV | 37.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 2 | 0 | 0.33 | 0.96 | 0.79 | 39.23 | 0.93 | 0.11 |
| Hex | 36 | 24 | 2 | 0 | 21 | 60 | 4F | 27 | 5D | B |
| Octal | 66 | 44 | 2 | 0 | 41 | 140 | 117 | 47 | 135 | 13 |
| Binary | 110110 | 100100 | 10 | 0 | 100001 | 1100000 | 1001111 | 100111 | 1011101 | 1011 |
Color Harmonies of #362402
Complementary color
Monochromatic Colors of #362402
Black with #362402
Text Example
Text Example
White with #362402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362402; }
p { color: rgb(54,36,2); }
H1.HeaderClassName
{
color: #362402;
}
.AnyTagClassName
{
color: #362402;
}
</style>
background-color css
<style>
a { background-color: #362402; }
a { background-color: rgb(54,36,2); }
div.DivClassName
{
background-color: #362402;
}
.BgClassName
{
background-color: #362402;
}
</style>
border-color css
<style>
span { border-color: #362402; }
span { border-color: rgb(54,36,2); }
td.TdClassName
{
border-color: #362402;
}
.TagClassName
{
border-color: #362402;
}
</style>