#3C2D18

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

Shades of Black Magic #3C2D18

Tints of Black Magic #3C2D18

Color information

#3C2D18 (or 0x3C2D18) is unknown color: approx Black Magic. HEX triplet: 3C, 2D and 18. RGB value is (60,45,24). Sum of RGB (Red+Green+Blue) = 60+45+24=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2D18 is #C3D2E7. Grayscale: #2F2F2F. Windows color (decimal): -12833512 or 1584444. OLE color: 1584444.

HSL color Cylindrical-coordinate representation of color #3C2D18: hue angle of 35º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2D18 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB604524-
CMYK00.250.600.76
HSL35º42.86%16.47%-
HSV(B)35º60%23.53%-
XYZ2.972.91.27-
YUV47.09114.97137.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.51%
GREEN value IS 45 (17.97% from 255) = 34.88%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=46.51%
G=34.88%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60452400.250.600.763542.8616.47
Hex3C2D180193C4C232b10
Octal74553003174114435320
Binary11110010110111000011001111100100110010001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,24); }

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

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

 a { background-color: rgb(60,45,24); }

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

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

 span { border-color: rgb(60,45,24); }

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