#2C2221

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

Shades of Nero #2C2221

Tints of Nero #2C2221

Color information

#2C2221 (or 0x2C2221) is unknown color: approx Nero. HEX triplet: 2C, 22 and 21. RGB value is (44,34,33). Sum of RGB (Red+Green+Blue) = 44+34+33=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2221 is #D3DDDE. Grayscale: #242424. Windows color (decimal): -13884895 or 2171436. OLE color: 2171436.

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

Color convert

RGB443433-
CMYK00.230.250.83
HSL5.45º14.29%15.1%-
HSV(B)5.45º25%17.25%-
XYZ1.891.791.68-
YUV36.88125.81133.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.64%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=39.64%
G=30.63%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44343300.230.250.835.4514.2915.1
Hex2C222101719535ef
Octal5442410273112351617
Binary10110010001010000101011111001101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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