#362E21

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

Shades of Black Magic #362E21

Tints of Black Magic #362E21

Color information

#362E21 (or 0x362E21) is unknown color: approx Black Magic. HEX triplet: 36, 2E and 21. RGB value is (54,46,33). Sum of RGB (Red+Green+Blue) = 54+46+33=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #362E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E21 is #C9D1DE. Grayscale: #2E2E2E. Windows color (decimal): -13226463 or 2174518. OLE color: 2174518.

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

Color convert

RGB544633-
CMYK00.150.390.79
HSL37.14º24.14%17.06%-
HSV(B)37.14º38.89%21.18%-
XYZ2.772.851.84-
YUV46.91120.15133.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=40.60%
G=34.59%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54463300.150.390.7937.1424.1417.06
Hex362E210F274F251811
Octal66564101747117453021
Binary1101101011101000010111110011110011111001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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