#292929

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

Shades of Nero #292929

Tints of Nero #292929

Color information

#292929 (or 0x292929) is unknown color: approx Nero. HEX triplet: 29, 29 and 29. RGB value is (41,41,41). Sum of RGB (Red+Green+Blue) = 41+41+41=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 41 - color contains mainly: red, green, blue. Hex color #292929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292929 is #D6D6D6. Grayscale: #282828. Windows color (decimal): -14079703 or 2697513. OLE color: 2697513.

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

Color convert

RGB414141-
CMYK0000.84
HSL0%16.08%-
HSV(B)0%16.08%-
XYZ2.112.222.41-
YUV41128128-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4141410000.840016.08
Hex292929000540010
Octal5151510001240020
Binary10100110100110100100010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292929; }

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

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

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

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

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

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

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

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