#362916

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

Shades of Black Magic #362916

Tints of Black Magic #362916

Color information

#362916 (or 0x362916) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 16. RGB value is (54,41,22). Sum of RGB (Red+Green+Blue) = 54+41+22=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #362916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362916 is #C9D6E9. Grayscale: #2A2A2A. Windows color (decimal): -13227754 or 1452342. OLE color: 1452342.

HSL color Cylindrical-coordinate representation of color #362916: hue angle of 35.62º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #362916 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB544122-
CMYK00.240.590.79
HSL35.62º42.11%14.9%-
HSV(B)35.62º59.26%21.18%-
XYZ2.462.431.1-
YUV42.72116.31136.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=46.15%
G=35.04%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54412200.240.590.7935.6242.1114.9
Hex3629160183B4F242af
Octal66512603073117445217
Binary1101101010011011001100011101110011111001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362916; }

 p { color: rgb(54,41,22); }

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

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

 a { background-color: rgb(54,41,22); }

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

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

 span { border-color: rgb(54,41,22); }

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