#291D1C

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

Shades of Nero #291D1C

Tints of Nero #291D1C

Color information

#291D1C (or 0x291D1C) is unknown color: approx Nero. HEX triplet: 29, 1D and 1C. RGB value is (41,29,28). Sum of RGB (Red+Green+Blue) = 41+29+28=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #291D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D1C is #D6E2E3. Grayscale: #202020. Windows color (decimal): -14082788 or 1842473. OLE color: 1842473.

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

Color convert

RGB412928-
CMYK00.290.320.84
HSL4.62º18.84%13.53%-
HSV(B)4.62º31.71%16.08%-
XYZ1.561.431.29-
YUV32.47125.48134.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=41.84%
G=29.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41292800.290.320.844.6218.8413.53
Hex291D1C01D2054513e
Octal5135340354012452316
Binary10100111101111000111011000001010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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