#362E1D

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

Shades of Black Magic #362E1D

Tints of Black Magic #362E1D

Color information

#362E1D (or 0x362E1D) is unknown color: approx Black Magic. HEX triplet: 36, 2E and 1D. RGB value is (54,46,29). Sum of RGB (Red+Green+Blue) = 54+46+29=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #362E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E1D is #C9D1E2. Grayscale: #2E2E2E. Windows color (decimal): -13226467 or 1912374. OLE color: 1912374.

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

Color convert

RGB544629-
CMYK00.150.460.79
HSL40.8º30.12%16.27%-
HSV(B)40.8º46.3%21.18%-
XYZ2.722.831.56-
YUV46.45118.15133.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 46 (18.36% from 255) = 35.66%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=41.86%
G=35.66%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54462900.150.460.7940.830.1216.27
Hex362E1D0F2E4F291e10
Octal66563501756117513620
Binary110110101110111010111110111010011111010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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