#362E17

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

Shades of Black Magic #362E17

Tints of Black Magic #362E17

Color information

#362E17 (or 0x362E17) is unknown color: approx Black Magic. HEX triplet: 36, 2E and 17. RGB value is (54,46,23). Sum of RGB (Red+Green+Blue) = 54+46+23=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E17 is #C9D1E8. Grayscale: #2D2D2D. Windows color (decimal): -13226473 or 1519158. OLE color: 1519158.

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

Color convert

RGB544623-
CMYK00.150.570.79
HSL44.52º40.26%15.1%-
HSV(B)44.52º57.41%21.18%-
XYZ2.652.81.21-
YUV45.77115.15133.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=43.90%
G=37.40%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54462300.150.570.7944.5240.2615.1
Hex362E170F394F2d28f
Octal66562701771117555017
Binary110110101110101110111111100110011111011011010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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