#1D3120

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

Shades of Black Bean #1D3120

Tints of Black Bean #1D3120

Color information

#1D3120 (or 0x1D3120) is unknown color: approx Black Bean. HEX triplet: 1D, 31 and 20. RGB value is (29,49,32). Sum of RGB (Red+Green+Blue) = 29+49+32=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3120 is #E2CEDF. Grayscale: #292929. Windows color (decimal): -14864096 or 2109725. OLE color: 2109725.

HSL color Cylindrical-coordinate representation of color #1D3120: hue angle of 129º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D3120 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB294932-
CMYK0.4100.350.81
HSL129º25.64%15.29%-
HSV(B)129º40.82%19.22%-
XYZ1.872.561.76-
YUV41.08122.87119.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=26.36%
G=44.55%
B=29.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2949320.4100.350.8112925.6415.29
Hex1D31202902351811af
Octal356140510431212013217
Binary111011100011000001010010100011101000110000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,32); }

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

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

 a { background-color: rgb(29,49,32); }

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

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

 span { border-color: rgb(29,49,32); }

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