#2C2525

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

Shades of Nero #2C2525

Tints of Nero #2C2525

Color information

#2C2525 (or 0x2C2525) is unknown color: approx Nero. HEX triplet: 2C, 25 and 25. RGB value is (44,37,37). Sum of RGB (Red+Green+Blue) = 44+37+37=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2525 is #D3DADA. Grayscale: #272727. Windows color (decimal): -13884123 or 2434348. OLE color: 2434348.

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

Color convert

RGB443737-
CMYK00.160.160.83
HSL8.64%15.88%-
HSV(B)15.91%17.25%-
XYZ2.031.992.03-
YUV39.09126.82131.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.29%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=37.29%
G=31.36%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44373700.160.160.8308.6415.88
Hex2C252501010530910
Octal5445450202012301120
Binary1011001001011001010100001000010100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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