#292828

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

Shades of Nero #292828

Tints of Nero #292828

Color information

#292828 (or 0x292828) is unknown color: approx Nero. HEX triplet: 29, 28 and 28. RGB value is (41,40,40). Sum of RGB (Red+Green+Blue) = 41+40+40=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 41 - color contains mainly: red. Hex color #292828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292828 is #D6D7D7. Grayscale: #282828. Windows color (decimal): -14079960 or 2631721. OLE color: 2631721.

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

Color convert

RGB414040-
CMYK00.020.020.84
HSL1.23%15.88%-
HSV(B)2.44%16.08%-
XYZ2.062.142.31-
YUV40.3127.83128.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=33.88%
G=33.06%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41404000.020.020.8401.2315.88
Hex292828022540110
Octal5150500221240120
Binary1010011010001010000101010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292828; }

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

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

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

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

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

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

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

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