#292525

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

Shades of Nero #292525

Tints of Nero #292525

Color information

#292525 (or 0x292525) is unknown color: approx Nero. HEX triplet: 29, 25 and 25. RGB value is (41,37,37). Sum of RGB (Red+Green+Blue) = 41+37+37=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 41 - color contains mainly: red. Hex color #292525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292525 is #D6DADA. Grayscale: #262626. Windows color (decimal): -14080731 or 2434345. OLE color: 2434345.

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

Color convert

RGB413737-
CMYK00.100.100.84
HSL5.13%15.29%-
HSV(B)9.76%16.08%-
XYZ1.911.932.02-
YUV38.2127.33130-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=35.65%
G=32.17%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41373700.100.100.8405.1315.29
Hex2925250AA5405f
Octal514545012121240517
Binary101001100101100101010101010101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292525; }

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

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

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

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

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

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

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

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