#3C2D17

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

Shades of Black Magic #3C2D17

Tints of Black Magic #3C2D17

Color information

#3C2D17 (or 0x3C2D17) is unknown color: approx Black Magic. HEX triplet: 3C, 2D and 17. RGB value is (60,45,23). Sum of RGB (Red+Green+Blue) = 60+45+23=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2D17 is #C3D2E8. Grayscale: #2F2F2F. Windows color (decimal): -12833513 or 1518908. OLE color: 1518908.

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

Color convert

RGB604523-
CMYK00.250.620.76
HSL35.68º44.58%16.27%-
HSV(B)35.68º61.67%23.53%-
XYZ2.962.91.21-
YUV46.98114.47137.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=46.88%
G=35.16%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60452300.250.620.7635.6844.5816.27
Hex3C2D170193E4C242d10
Octal74552703176114445520
Binary11110010110110111011001111110100110010010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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