Html Css Color HEX #1D2B20 Black Bean

📋 copy color: '#1D2B20'

red 29 ◦ green 43 ◦ blue 32

#1D2B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1D2B20

Tints of Black Bean #1D2B20

RGB

 RED value IS 29 (11.72% from 255) = 27.88%

 GREEN value IS 43 (17.19% from 255) = 41.35%

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 27.88%
G = 41.35%
B = 30.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.83

RGB Variations

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

Color information

#1D2B20 (or 0x1D2B20) is known color: Black Bean. HEX triplet: 1D, 2B and 20. RGB value is (29,43,32). Sum of RGB (Red+Green+Blue) = 29+43+32=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 43 - color contains mainly: green. Hex color #1D2B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2B20 is #E2D4DF. Grayscale: #252525. Windows color (decimal): -14865632 or 2108189. OLE color: 2108189.

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

Color convert

RGB 29 43 32 -
CMYK 0.33 0 0.26 0.83
HSL 132.86º 0.19% 0.14% -
HSV(B) 132.86º 0.33% 0.17% -
XYZ 1.63 2.09 1.68 -
YUV 37.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 29 43 32 0.33 0 0.26 0.83 132.86 0.19 0.14
Hex 1D 2B 20 21 0 1A 53 85 13 E
Octal 35 53 40 41 0 32 123 205 23 16
Binary 11101 101011 100000 100001 0 11010 1010011 10000101 10011 1110

Color Harmonies of #1D2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2B20

Black with #1D2B20

Text Example


Text Example

White with #1D2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D2B20;
 }
 .AnyTagClassName
 {
   color: #1D2B20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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