#362E16

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

Shades of Black Magic #362E16

Tints of Black Magic #362E16

Color information

#362E16 (or 0x362E16) is unknown color: approx Black Magic. HEX triplet: 36, 2E and 16. RGB value is (54,46,22). Sum of RGB (Red+Green+Blue) = 54+46+22=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #362E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E16 is #C9D1E9. Grayscale: #2D2D2D. Windows color (decimal): -13226474 or 1453622. OLE color: 1453622.

HSL color Cylindrical-coordinate representation of color #362E16: hue angle of 45º 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 #362E16 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB544622-
CMYK00.150.590.79
HSL45º42.11%14.9%-
HSV(B)45º59.26%21.18%-
XYZ2.642.81.16-
YUV45.66114.65133.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=44.26%
G=37.70%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54462200.150.590.794542.1114.9
Hex362E160F3B4F2d2af
Octal66562601773117555217
Binary110110101110101100111111101110011111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E16; }

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

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

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

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

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

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

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

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