#1D3220

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

Shades of Black Bean #1D3220

Tints of Black Bean #1D3220

Color information

#1D3220 (or 0x1D3220) is unknown color: approx Black Bean. HEX triplet: 1D, 32 and 20. RGB value is (29,50,32). Sum of RGB (Red+Green+Blue) = 29+50+32=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3220 is #E2CDDF. Grayscale: #292929. Windows color (decimal): -14863840 or 2109981. OLE color: 2109981.

HSL color Cylindrical-coordinate representation of color #1D3220: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D3220 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB295032-
CMYK0.4200.360.80
HSL128.57º26.58%15.49%-
HSV(B)128.57º42%19.61%-
XYZ1.912.651.78-
YUV41.67122.54118.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.13%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=26.13%
G=45.05%
B=28.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2950320.4200.360.80128.5726.5815.49
Hex1D32202A02450811bf
Octal356240520441202013317
Binary111011100101000001010100100100101000010000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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