#1C2820

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

Shades of Black Bean #1C2820

Tints of Black Bean #1C2820

Color information

#1C2820 (or 0x1C2820) is unknown color: approx Black Bean. HEX triplet: 1C, 28 and 20. RGB value is (28,40,32). Sum of RGB (Red+Green+Blue) = 28+40+32=100 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 40 - color contains mainly: green. Hex color #1C2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2820 is #E3D7DF. Grayscale: #232323. Windows color (decimal): -14931936 or 2107420. OLE color: 2107420.

HSL color Cylindrical-coordinate representation of color #1C2820: hue angle of 140º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1C2820 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB284032-
CMYK0.3000.200.84
HSL140º17.65%13.33%-
HSV(B)140º30%15.69%-
XYZ1.51.871.65-
YUV35.5126.02122.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 28%
GREEN value IS 40 (16.02% from 255) = 40%
BLUE value IS 32 (12.89% from 255) = 32%
R=28%
G=40%
B=32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2840320.3000.200.8414017.6513.33
Hex1C28201E014548c12d
Octal345040360241242142215
Binary1110010100010000011110010100101010010001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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