#362404

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

Shades of Black Magic #362404

Tints of Black Magic #362404

Color information

#362404 (or 0x362404) is unknown color: approx Black Magic. HEX triplet: 36, 24 and 04. RGB value is (54,36,4). Sum of RGB (Red+Green+Blue) = 54+36+4=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #362404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362404 is #C9DBFB. Grayscale: #252525. Windows color (decimal): -13229052 or 271414. OLE color: 271414.

HSL color Cylindrical-coordinate representation of color #362404: hue angle of 38.4º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #362404 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB54364-
CMYK00.330.930.79
HSL38.4º86.21%11.37%-
HSV(B)38.4º92.59%21.18%-
XYZ2.172.050.4-
YUV37.73108.96139.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=57.45%
G=38.30%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5436400.330.930.7938.486.2111.37
Hex362440215D4F2656b
Octal664440411351174612613
Binary11011010010010001000011011101100111110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362404; }

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

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

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

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

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

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

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

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