#362B11

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

Shades of Black Magic #362B11

Tints of Black Magic #362B11

Color information

#362B11 (or 0x362B11) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 11. RGB value is (54,43,17). Sum of RGB (Red+Green+Blue) = 54+43+17=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B11 is #C9D4EE. Grayscale: #2B2B2B. Windows color (decimal): -13227247 or 1125174. OLE color: 1125174.

HSL color Cylindrical-coordinate representation of color #362B11: hue angle of 42.16º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362B11 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB544317-
CMYK00.200.690.79
HSL42.16º52.11%13.92%-
HSV(B)42.16º68.52%21.18%-
XYZ2.492.550.89-
YUV43.32113.14135.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 43 (17.19% from 255) = 37.72%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=47.37%
G=37.72%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54431700.200.690.7942.1652.1113.92
Hex362B11014454F2a34e
Octal665321024105117526416
Binary11011010101110001010100100010110011111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,17); }

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

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

 a { background-color: rgb(54,43,17); }

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

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

 span { border-color: rgb(54,43,17); }

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