#2C2821

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

Shades of Black Magic #2C2821

Tints of Black Magic #2C2821

Color information

#2C2821 (or 0x2C2821) is unknown color: approx Black Magic. HEX triplet: 2C, 28 and 21. RGB value is (44,40,33). Sum of RGB (Red+Green+Blue) = 44+40+33=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2821 is #D3D7DE. Grayscale: #282828. Windows color (decimal): -13883359 or 2172972. OLE color: 2172972.

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

Color convert

RGB444033-
CMYK00.090.250.83
HSL38.18º14.29%15.1%-
HSV(B)38.18º25%17.25%-
XYZ2.072.161.75-
YUV40.4123.83130.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.61%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=37.61%
G=34.19%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44403300.090.250.8338.1814.2915.1
Hex2C282109195326ef
Octal54504101131123461617
Binary1011001010001000010100111001101001110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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