#1C3620

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

Shades of Black Bean #1C3620

Tints of Black Bean #1C3620

Color information

#1C3620 (or 0x1C3620) is unknown color: approx Black Bean. HEX triplet: 1C, 36 and 20. RGB value is (28,54,32). Sum of RGB (Red+Green+Blue) = 28+54+32=114 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.56% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3620 is #E3C9DF. Grayscale: #2B2B2B. Windows color (decimal): -14928352 or 2111004. OLE color: 2111004.

HSL color Cylindrical-coordinate representation of color #1C3620: hue angle of 129.23º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C3620 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB285432-
CMYK0.4800.410.79
HSL129.23º31.71%16.08%-
HSV(B)129.23º48.15%21.18%-
XYZ2.062.991.84-
YUV43.72121.39116.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.56%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=24.56%
G=47.37%
B=28.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854320.4800.410.79129.2331.7116.08
Hex1C3620300294F812010
Octal346640600511172014020
Binary11100110110100000110000010100110011111000000110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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