#362401

Color #362401 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #362401

Tints of Black Magic #362401

Color information

#362401 (or 0x362401) is unknown color: approx Black Magic. HEX triplet: 36, 24 and 01. RGB value is (54,36,1). Sum of RGB (Red+Green+Blue) = 54+36+1=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #362401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362401 is #C9DBFE. Grayscale: #252525. Windows color (decimal): -13229055 or 74806. OLE color: 74806.

HSL color Cylindrical-coordinate representation of color #362401: hue angle of 39.62º 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 #362401 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB54361-
CMYK00.330.980.79
HSL39.62º96.36%10.78%-
HSV(B)39.62º98.15%21.18%-
XYZ2.162.050.31-
YUV37.39107.46139.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=59.34%
G=39.56%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5436100.330.980.7939.6296.3610.78
Hex36241021624F2860b
Octal664410411421175014013
Binary110110100100101000011100010100111110100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362401; }

 p { color: rgb(54,36,1); }

 H1.HeaderClassName
 {
   color: #362401;
 }
 .AnyTagClassName
 {
   color: #362401;
 }
</style>
background-color css

<style>
 a { background-color: #362401; }

 a { background-color: rgb(54,36,1); }

 div.DivClassName
 {
   background-color: #362401;
 }
 .BgClassName
 {
   background-color: #362401;
 }
</style>
border-color css

<style>
 span { border-color: #362401; }

 span { border-color: rgb(54,36,1); }

 td.TdClassName
 {
   border-color: #362401;
 }
 .TagClassName
 {
   border-color: #362401;
 }
</style>