#2C2720

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

Shades of Black Magic #2C2720

Tints of Black Magic #2C2720

Color information

#2C2720 (or 0x2C2720) is unknown color: approx Black Magic. HEX triplet: 2C, 27 and 20. RGB value is (44,39,32). Sum of RGB (Red+Green+Blue) = 44+39+32=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2720 is #D3D8DF. Grayscale: #272727. Windows color (decimal): -13883616 or 2107180. OLE color: 2107180.

HSL color Cylindrical-coordinate representation of color #2C2720: hue angle of 35º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C2720 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB443932-
CMYK00.110.270.83
HSL35º15.79%14.9%-
HSV(B)35º27.27%17.25%-
XYZ2.022.091.66-
YUV39.7123.66131.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.26%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=38.26%
G=33.91%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44393200.110.270.833515.7914.9
Hex2C27200B1B532310f
Octal54474001333123432017
Binary10110010011110000001011110111010011100011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2720; }

 p { color: rgb(44,39,32); }

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

<style>
 a { background-color: #2C2720; }

 a { background-color: rgb(44,39,32); }

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

<style>
 span { border-color: #2C2720; }

 span { border-color: rgb(44,39,32); }

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