#1D2C1F

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

Shades of Black Bean #1D2C1F

Tints of Black Bean #1D2C1F

Color information

#1D2C1F (or 0x1D2C1F) is unknown color: approx Black Bean. HEX triplet: 1D, 2C and 1F. RGB value is (29,44,31). Sum of RGB (Red+Green+Blue) = 29+44+31=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C1F is #E2D3E0. Grayscale: #262626. Windows color (decimal): -14865377 or 2042909. OLE color: 2042909.

HSL color Cylindrical-coordinate representation of color #1D2C1F: hue angle of 128º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D2C1F is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB294431-
CMYK0.3400.300.83
HSL128º20.55%14.31%-
HSV(B)128º34.09%17.25%-
XYZ1.652.161.63-
YUV38.03124.03121.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.88%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=27.88%
G=42.31%
B=29.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2944310.3400.300.8312820.5514.31
Hex1D2C1F2201E538015e
Octal355437420361232002516
Binary1110110110011111100010011110101001110000000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,44,31); }

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

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

 a { background-color: rgb(29,44,31); }

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

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

 span { border-color: rgb(29,44,31); }

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