#2C2721

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

Shades of Black Magic #2C2721

Tints of Black Magic #2C2721

Color information

#2C2721 (or 0x2C2721) is unknown color: approx Black Magic. HEX triplet: 2C, 27 and 21. RGB value is (44,39,33). Sum of RGB (Red+Green+Blue) = 44+39+33=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2721 is #D3D8DE. Grayscale: #272727. Windows color (decimal): -13883615 or 2172716. OLE color: 2172716.

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

Color convert

RGB443933-
CMYK00.110.250.83
HSL32.73º14.29%15.1%-
HSV(B)32.73º25%17.25%-
XYZ2.042.11.74-
YUV39.81124.16130.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.93%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=37.93%
G=33.62%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44393300.110.250.8332.7314.2915.1
Hex2C27210B195321ef
Octal54474101331123411617
Binary1011001001111000010101111001101001110000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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