#292120

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

Shades of Nero #292120

Tints of Nero #292120

Color information

#292120 (or 0x292120) is unknown color: approx Nero. HEX triplet: 29, 21 and 20. RGB value is (41,33,32). Sum of RGB (Red+Green+Blue) = 41+33+32=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 41 - color contains mainly: red. Hex color #292120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292120 is #D6DEDF. Grayscale: #232323. Windows color (decimal): -14081760 or 2105641. OLE color: 2105641.

HSL color Cylindrical-coordinate representation of color #292120: hue angle of 6.67º 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 #292120 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB413332-
CMYK00.200.220.84
HSL6.67º12.33%14.31%-
HSV(B)6.67º21.95%16.08%-
XYZ1.721.661.6-
YUV35.28126.15132.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=38.68%
G=31.13%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41333200.200.220.846.6712.3314.31
Hex29212001416547ce
Octal5141400242612471416
Binary10100110000110000001010010110101010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292120; }

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

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

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

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

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

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

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

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