#291E1C

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

Shades of Nero #291E1C

Tints of Nero #291E1C

Color information

#291E1C (or 0x291E1C) is unknown color: approx Nero. HEX triplet: 29, 1E and 1C. RGB value is (41,30,28). Sum of RGB (Red+Green+Blue) = 41+30+28=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #291E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E1C is #D6E1E3. Grayscale: #212121. Windows color (decimal): -14082532 or 1842729. OLE color: 1842729.

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

Color convert

RGB413028-
CMYK00.270.320.84
HSL9.23º18.84%13.53%-
HSV(B)9.23º31.71%16.08%-
XYZ1.591.481.3-
YUV33.06125.14133.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=41.41%
G=30.30%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41302800.270.320.849.2318.8413.53
Hex291E1C01B2054913e
Octal51363403340124112316
Binary101001111101110001101110000010101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E1C; }

 p { color: rgb(41,30,28); }

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

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

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

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

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

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

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