#1D2C22

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

Shades of Black Bean #1D2C22

Tints of Black Bean #1D2C22

Color information

#1D2C22 (or 0x1D2C22) is unknown color: approx Black Bean. HEX triplet: 1D, 2C and 22. RGB value is (29,44,34). Sum of RGB (Red+Green+Blue) = 29+44+34=107 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.10% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C22 is #E2D3DD. Grayscale: #262626. Windows color (decimal): -14865374 or 2239517. OLE color: 2239517.

HSL color Cylindrical-coordinate representation of color #1D2C22: hue angle of 140º 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 #1D2C22 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB294434-
CMYK0.3400.230.83
HSL140º20.55%14.31%-
HSV(B)140º34.09%17.25%-
XYZ1.72.181.84-
YUV38.37125.53121.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.10%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=27.10%
G=41.12%
B=31.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2944340.3400.230.8314020.5514.31
Hex1D2C2222017538c15e
Octal355442420271232142516
Binary11101101100100010100010010111101001110001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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