#292222

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

Shades of Nero #292222

Tints of Nero #292222

Color information

#292222 (or 0x292222) is unknown color: approx Nero. HEX triplet: 29, 22 and 22. RGB value is (41,34,34). Sum of RGB (Red+Green+Blue) = 41+34+34=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 41 - color contains mainly: red. Hex color #292222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292222 is #D6DDDD. Grayscale: #242424. Windows color (decimal): -14081502 or 2236969. OLE color: 2236969.

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

Color convert

RGB413434-
CMYK00.170.170.84
HSL9.33%14.71%-
HSV(B)17.07%16.08%-
XYZ1.781.731.75-
YUV36.09126.82131.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=37.61%
G=31.19%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41343400.170.170.8409.3314.71
Hex292222011115409f
Octal5142420212112401117
Binary101001100010100010010001100011010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292222; }

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

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

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

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

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

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

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

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