#362A18

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

Shades of Black Magic #362A18

Tints of Black Magic #362A18

Color information

#362A18 (or 0x362A18) is unknown color: approx Black Magic. HEX triplet: 36, 2A and 18. RGB value is (54,42,24). Sum of RGB (Red+Green+Blue) = 54+42+24=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #362A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A18 is #C9D5E7. Grayscale: #2B2B2B. Windows color (decimal): -13227496 or 1583670. OLE color: 1583670.

HSL color Cylindrical-coordinate representation of color #362A18: hue angle of 36º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #362A18 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB544224-
CMYK00.220.560.79
HSL36º38.46%15.29%-
HSV(B)36º55.56%21.18%-
XYZ2.512.511.22-
YUV43.54116.98135.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 24 (9.77% from 255) = 20%
R=45%
G=35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54422400.220.560.793638.4615.29
Hex362A18016384F2426f
Octal66523002670117444617
Binary1101101010101100001011011100010011111001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,42,24); }

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

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

 a { background-color: rgb(54,42,24); }

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

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

 span { border-color: rgb(54,42,24); }

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