#362911

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

Shades of Black Magic #362911

Tints of Black Magic #362911

Color information

#362911 (or 0x362911) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 11. RGB value is (54,41,17). Sum of RGB (Red+Green+Blue) = 54+41+17=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362911 is #C9D6EE. Grayscale: #2A2A2A. Windows color (decimal): -13227759 or 1124662. OLE color: 1124662.

HSL color Cylindrical-coordinate representation of color #362911: hue angle of 38.92º 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 #362911 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB544117-
CMYK00.240.690.79
HSL38.92º52.11%13.92%-
HSV(B)38.92º68.52%21.18%-
XYZ2.422.410.87-
YUV42.15113.81136.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=48.21%
G=36.61%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54411700.240.690.7938.9252.1113.92
Hex362911018454F2734e
Octal665121030105117476416
Binary11011010100110001011000100010110011111001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362911; }

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

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

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

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

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

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

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

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