#3C2C12

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

Shades of Black Magic #3C2C12

Tints of Black Magic #3C2C12

Color information

#3C2C12 (or 0x3C2C12) is unknown color: approx Black Magic. HEX triplet: 3C, 2C and 12. RGB value is (60,44,18). Sum of RGB (Red+Green+Blue) = 60+44+18=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2C12 is #C3D3ED. Grayscale: #2D2D2D. Windows color (decimal): -12833774 or 1190972. OLE color: 1190972.

HSL color Cylindrical-coordinate representation of color #3C2C12: hue angle of 37.14º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C2C12 is Cyan = 0, Magento = 0.27, Yellow = 0.7 and Black (K on CMYK) = 0.76.

Color convert

RGB604418-
CMYK00.270.70.76
HSL37.14º53.85%15.29%-
HSV(B)37.14º70%23.53%-
XYZ2.872.810.96-
YUV45.82112.3138.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 49.18%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=49.18%
G=36.07%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60441800.270.70.7637.1453.8515.29
Hex3C2C1201B464C2536f
Octal745422033106114456617
Binary11110010110010010011011100011010011001001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C2C12; }

 p { color: rgb(60,44,18); }

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

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

 a { background-color: rgb(60,44,18); }

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

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

 span { border-color: rgb(60,44,18); }

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