#292626

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

Shades of Nero #292626

Tints of Nero #292626

Color information

#292626 (or 0x292626) is unknown color: approx Nero. HEX triplet: 29, 26 and 26. RGB value is (41,38,38). Sum of RGB (Red+Green+Blue) = 41+38+38=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 41 - color contains mainly: red. Hex color #292626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292626 is #D6D9D9. Grayscale: #262626. Windows color (decimal): -14080474 or 2500137. OLE color: 2500137.

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

Color convert

RGB413838-
CMYK00.070.070.84
HSL3.8%15.49%-
HSV(B)7.32%16.08%-
XYZ1.9622.12-
YUV38.9127.49129.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.04%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=35.04%
G=32.48%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41383800.070.070.8403.815.49
Hex2926260775404f
Octal5146460771240417
Binary1010011001101001100111111101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292626; }

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

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

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

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

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

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

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

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