#362E24

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

Shades of Black Magic #362E24

Tints of Black Magic #362E24

Color information

#362E24 (or 0x362E24) is unknown color: approx Black Magic. HEX triplet: 36, 2E and 24. RGB value is (54,46,36). Sum of RGB (Red+Green+Blue) = 54+46+36=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #362E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E24 is #C9D1DB. Grayscale: #2F2F2F. Windows color (decimal): -13226460 or 2371126. OLE color: 2371126.

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

Color convert

RGB544636-
CMYK00.150.330.79
HSL33.33º20%17.65%-
HSV(B)33.33º33.33%21.18%-
XYZ2.822.872.07-
YUV47.25121.65132.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=39.71%
G=33.82%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54463600.150.330.7933.332017.65
Hex362E240F214F211412
Octal66564401741117412422
Binary1101101011101001000111110000110011111000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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