#362E19

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

Shades of Black Magic #362E19

Tints of Black Magic #362E19

Color information

#362E19 (or 0x362E19) is unknown color: approx Black Magic. HEX triplet: 36, 2E and 19. RGB value is (54,46,25). Sum of RGB (Red+Green+Blue) = 54+46+25=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E19 is #C9D1E6. Grayscale: #2E2E2E. Windows color (decimal): -13226471 or 1650230. OLE color: 1650230.

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

Color convert

RGB544625-
CMYK00.150.540.79
HSL43.45º36.71%15.49%-
HSV(B)43.45º53.7%21.18%-
XYZ2.672.811.32-
YUV46116.15133.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 25 (10.16% from 255) = 20%
R=43.2%
G=36.8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54462500.150.540.7943.4536.7115.49
Hex362E190F364F2b25f
Octal66563101766117534517
Binary110110101110110010111111011010011111010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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