#362912

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

Shades of Black Magic #362912

Tints of Black Magic #362912

Color information

#362912 (or 0x362912) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 12. RGB value is (54,41,18). Sum of RGB (Red+Green+Blue) = 54+41+18=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #362912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362912 is #C9D6ED. Grayscale: #2A2A2A. Windows color (decimal): -13227758 or 1190198. OLE color: 1190198.

HSL color Cylindrical-coordinate representation of color #362912: hue angle of 38.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362912 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB544118-
CMYK00.240.670.79
HSL38.33º50%14.12%-
HSV(B)38.33º66.67%21.18%-
XYZ2.422.410.91-
YUV42.26114.31136.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=47.79%
G=36.28%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54411800.240.670.7938.335014.12
Hex362912018434F2632e
Octal665122030103117466216
Binary11011010100110010011000100001110011111001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362912; }

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

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

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

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

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

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

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

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