#292020

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

Shades of Nero #292020

Tints of Nero #292020

Color information

#292020 (or 0x292020) is unknown color: approx Nero. HEX triplet: 29, 20 and 20. RGB value is (41,32,32). Sum of RGB (Red+Green+Blue) = 41+32+32=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #292020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292020 is #D6DFDF. Grayscale: #222222. Windows color (decimal): -14082016 or 2105385. OLE color: 2105385.

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

Color convert

RGB413232-
CMYK00.220.220.84
HSL12.33%14.31%-
HSV(B)21.95%16.08%-
XYZ1.691.611.59-
YUV34.69126.48132.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=39.05%
G=30.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41323200.220.220.84012.3314.31
Hex29202001616540ce
Octal5140400262612401416
Binary101001100000100000010110101101010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292020; }

 p { color: rgb(41,32,32); }

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

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

 a { background-color: rgb(41,32,32); }

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

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

 span { border-color: rgb(41,32,32); }

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