#362B14

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

Shades of Black Magic #362B14

Tints of Black Magic #362B14

Color information

#362B14 (or 0x362B14) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 14. RGB value is (54,43,20). Sum of RGB (Red+Green+Blue) = 54+43+20=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #362B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B14 is #C9D4EB. Grayscale: #2B2B2B. Windows color (decimal): -13227244 or 1321782. OLE color: 1321782.

HSL color Cylindrical-coordinate representation of color #362B14: hue angle of 40.59º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362B14 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB544320-
CMYK00.200.630.79
HSL40.59º45.95%14.51%-
HSV(B)40.59º62.96%21.18%-
XYZ2.512.561.02-
YUV43.67114.64135.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=46.15%
G=36.75%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54432000.200.630.7940.5945.9514.51
Hex362B140143F4F292ef
Octal66532402477117515617
Binary1101101010111010001010011111110011111010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,20); }

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

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

 a { background-color: rgb(54,43,20); }

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

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

 span { border-color: rgb(54,43,20); }

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