#3C2D14

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

Shades of Black Magic #3C2D14

Tints of Black Magic #3C2D14

Color information

#3C2D14 (or 0x3C2D14) is unknown color: approx Black Magic. HEX triplet: 3C, 2D and 14. RGB value is (60,45,20). Sum of RGB (Red+Green+Blue) = 60+45+20=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2D14 is #C3D2EB. Grayscale: #2E2E2E. Windows color (decimal): -12833516 or 1322300. OLE color: 1322300.

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

Color convert

RGB604520-
CMYK00.250.670.76
HSL37.5º50%15.69%-
HSV(B)37.5º66.67%23.53%-
XYZ2.932.891.06-
YUV46.64112.97137.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 20 (8.20% from 255) = 16%
R=48%
G=36%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60452000.250.670.7637.55015.69
Hex3C2D14019434C263210
Octal745524031103114466220
Binary111100101101101000110011000011100110010011011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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