#1E3020

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

Shades of Black Bean #1E3020

Tints of Black Bean #1E3020

Color information

#1E3020 (or 0x1E3020) is unknown color: approx Black Bean. HEX triplet: 1E, 30 and 20. RGB value is (30,48,32). Sum of RGB (Red+Green+Blue) = 30+48+32=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3020 is #E1CFDF. Grayscale: #282828. Windows color (decimal): -14798816 or 2109470. OLE color: 2109470.

HSL color Cylindrical-coordinate representation of color #1E3020: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E3020 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB304832-
CMYK0.3700.330.81
HSL126.67º23.08%15.29%-
HSV(B)126.67º37.5%18.82%-
XYZ1.852.491.75-
YUV40.79123.04120.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.27%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=27.27%
G=43.64%
B=29.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048320.3700.330.81126.6723.0815.29
Hex1E302025021517f17f
Octal366040450411211772717
Binary11110110000100000100101010000110100011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,32); }

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

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

 a { background-color: rgb(30,48,32); }

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

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

 span { border-color: rgb(30,48,32); }

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