#2C2820

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

Shades of Black Magic #2C2820

Tints of Black Magic #2C2820

Color information

#2C2820 (or 0x2C2820) is unknown color: approx Black Magic. HEX triplet: 2C, 28 and 20. RGB value is (44,40,32). Sum of RGB (Red+Green+Blue) = 44+40+32=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2820 is #D3D7DF. Grayscale: #282828. Windows color (decimal): -13883360 or 2107436. OLE color: 2107436.

HSL color Cylindrical-coordinate representation of color #2C2820: hue angle of 40º 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 #2C2820 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB444032-
CMYK00.090.270.83
HSL40º15.79%14.9%-
HSV(B)40º27.27%17.25%-
XYZ2.062.161.67-
YUV40.28123.33130.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.93%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44403200.090.270.834015.7914.9
Hex2C2820091B532810f
Octal54504001133123502017
Binary10110010100010000001001110111010011101000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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