#1D291E

Color #1D291E Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #1D291E

Tints of Black Bean #1D291E

Color information

#1D291E (or 0x1D291E) is unknown color: approx Black Bean. HEX triplet: 1D, 29 and 1E. RGB value is (29,41,30). Sum of RGB (Red+Green+Blue) = 29+41+30=100 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 41 - color contains mainly: green. Hex color #1D291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D291E is #E2D6E1. Grayscale: #242424. Windows color (decimal): -14866146 or 1976605. OLE color: 1976605.

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

Color convert

RGB294130-
CMYK0.2900.270.84
HSL125º17.14%13.73%-
HSV(B)125º29.27%16.08%-
XYZ1.531.941.52-
YUV36.16124.52122.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29%
GREEN value IS 41 (16.41% from 255) = 41%
BLUE value IS 30 (12.11% from 255) = 30%
R=29%
G=41%
B=30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2941300.2900.270.8412517.1413.73
Hex1D291E1D01B547d11e
Octal355136350331241752116
Binary11101101001111101110101101110101001111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D291E; }

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

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

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

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

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

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

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

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