#292323

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

Shades of Nero #292323

Tints of Nero #292323

Color information

#292323 (or 0x292323) is unknown color: approx Nero. HEX triplet: 29, 23 and 23. RGB value is (41,35,35). Sum of RGB (Red+Green+Blue) = 41+35+35=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 41 - color contains mainly: red. Hex color #292323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292323 is #D6DCDC. Grayscale: #242424. Windows color (decimal): -14081245 or 2302761. OLE color: 2302761.

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

Color convert

RGB413535-
CMYK00.150.150.84
HSL7.89%14.9%-
HSV(B)14.63%16.08%-
XYZ1.821.791.84-
YUV36.79126.99131-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=36.94%
G=31.53%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41353500.150.150.8407.8914.9
Hex2923230FF5408f
Octal5143430171712401017
Binary1010011000111000110111111111010100010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292323; }

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

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

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

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

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

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

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

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