#362C16

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

Shades of Black Magic #362C16

Tints of Black Magic #362C16

Color information

#362C16 (or 0x362C16) is unknown color: approx Black Magic. HEX triplet: 36, 2C and 16. RGB value is (54,44,22). Sum of RGB (Red+Green+Blue) = 54+44+22=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #362C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C16 is #C9D3E9. Grayscale: #2C2C2C. Windows color (decimal): -13226986 or 1453110. OLE color: 1453110.

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

Color convert

RGB544422-
CMYK00.190.590.79
HSL41.25º42.11%14.9%-
HSV(B)41.25º59.26%21.18%-
XYZ2.572.641.13-
YUV44.48115.31134.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=45%
G=36.67%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54442200.190.590.7941.2542.1114.9
Hex362C160133B4F292af
Octal66542602373117515217
Binary1101101011001011001001111101110011111010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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