#36290C

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

Shades of Black Magic #36290C

Tints of Black Magic #36290C

Color information

#36290C (or 0x36290C) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 0C. RGB value is (54,41,12). Sum of RGB (Red+Green+Blue) = 54+41+12=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #36290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36290C is #C9D6F3. Grayscale: #292929. Windows color (decimal): -13227764 or 796982. OLE color: 796982.

HSL color Cylindrical-coordinate representation of color #36290C: hue angle of 41.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36290C is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB544112-
CMYK00.240.780.79
HSL41.43º63.64%12.94%-
HSV(B)41.43º77.78%21.18%-
XYZ2.382.40.68-
YUV41.58111.31136.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=50.47%
G=38.32%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54411200.240.780.7941.4363.6412.94
Hex3629C0184E4F2940d
Octal6651140301161175110015
Binary11011010100111000110001001110100111110100110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36290C; }

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

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

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

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

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

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

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

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