#2C2424

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

Shades of Nero #2C2424

Tints of Nero #2C2424

Color information

#2C2424 (or 0x2C2424) is unknown color: approx Nero. HEX triplet: 2C, 24 and 24. RGB value is (44,36,36). Sum of RGB (Red+Green+Blue) = 44+36+36=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2424 is #D3DBDB. Grayscale: #262626. Windows color (decimal): -13884380 or 2368556. OLE color: 2368556.

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

Color convert

RGB443636-
CMYK00.180.180.83
HSL10%15.69%-
HSV(B)18.18%17.25%-
XYZ1.991.921.94-
YUV38.39126.65132-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.93%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44363600.180.180.8301015.69
Hex2C242401212530a10
Octal5444440222212301220
Binary1011001001001001000100101001010100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,36); }

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

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

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

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

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

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

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