Html Css Color HEX #1C2B20 Black Bean

📋 copy color: '#1C2B20'

red 28 ◦ green 43 ◦ blue 32

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

Shades of Black Bean #1C2B20

Tints of Black Bean #1C2B20

RGB

 RED value IS 28 (11.33% from 255) = 27.18%

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

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

R = 27.18%
G = 41.75%
B = 31.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.83

RGB Variations

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

Color information

#1C2B20 (or 0x1C2B20) is known color: Black Bean. HEX triplet: 1C, 2B and 20. RGB value is (28,43,32). Sum of RGB (Red+Green+Blue) = 28+43+32=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 43 - color contains mainly: green. Hex color #1C2B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2B20 is #E3D4DF. Grayscale: #252525. Windows color (decimal): -14931168 or 2108188. OLE color: 2108188.

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

Color convert

RGB 28 43 32 -
CMYK 0.35 0 0.26 0.83
HSL 136º 0.21% 0.14% -
HSV(B) 136º 0.35% 0.17% -
XYZ 1.6 2.08 1.68 -
YUV 37.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 28 43 32 0.35 0 0.26 0.83 136 0.21 0.14
Hex 1C 2B 20 23 0 1A 53 88 15 E
Octal 34 53 40 43 0 32 123 210 25 16
Binary 11100 101011 100000 100011 0 11010 1010011 10001000 10101 1110

Color Harmonies of #1C2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2B20

Black with #1C2B20

Text Example


Text Example

White with #1C2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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