#291C1C

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

Shades of Nero #291C1C

Tints of Nero #291C1C

Color information

#291C1C (or 0x291C1C) is unknown color: approx Nero. HEX triplet: 29, 1C and 1C. RGB value is (41,28,28). Sum of RGB (Red+Green+Blue) = 41+28+28=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #291C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C1C is #D6E3E3. Grayscale: #1F1F1F. Windows color (decimal): -14083044 or 1842217. OLE color: 1842217.

HSL color Cylindrical-coordinate representation of color #291C1C: hue angle of 0º 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 #291C1C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB412828-
CMYK00.320.320.84
HSL18.84%13.53%-
HSV(B)31.71%16.08%-
XYZ1.541.391.28-
YUV31.89125.81134.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=42.27%
G=28.87%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41282800.320.320.84018.8413.53
Hex291C1C0202054013e
Octal5134340404012402316
Binary1010011110011100010000010000010101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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