#36290D

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

Shades of Black Magic #36290D

Tints of Black Magic #36290D

Color information

#36290D (or 0x36290D) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 0D. RGB value is (54,41,13). Sum of RGB (Red+Green+Blue) = 54+41+13=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #36290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36290D is #C9D6F2. Grayscale: #292929. Windows color (decimal): -13227763 or 862518. OLE color: 862518.

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

Color convert

RGB544113-
CMYK00.240.760.79
HSL40.98º61.19%13.14%-
HSV(B)40.98º75.93%21.18%-
XYZ2.392.40.72-
YUV41.7111.81136.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=50%
G=37.96%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54411300.240.760.7940.9861.1913.14
Hex3629D0184C4F293dd
Octal665115030114117517515
Binary1101101010011101011000100110010011111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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