#292424

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

Shades of Nero #292424

Tints of Nero #292424

Color information

#292424 (or 0x292424) is unknown color: approx Nero. HEX triplet: 29, 24 and 24. RGB value is (41,36,36). Sum of RGB (Red+Green+Blue) = 41+36+36=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 41 - color contains mainly: red. Hex color #292424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292424 is #D6DBDB. Grayscale: #252525. Windows color (decimal): -14080988 or 2368553. OLE color: 2368553.

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

Color convert

RGB413636-
CMYK00.120.120.84
HSL6.49%15.1%-
HSV(B)12.2%16.08%-
XYZ1.861.861.93-
YUV37.49127.16130.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=36.28%
G=31.86%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41363600.120.120.8406.4915.1
Hex2924240CC5406f
Octal514444014141240617
Binary101001100100100100011001100101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292424; }

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

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

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

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

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

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

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

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