#1E3120

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

Shades of Black Bean #1E3120

Tints of Black Bean #1E3120

Color information

#1E3120 (or 0x1E3120) is unknown color: approx Black Bean. HEX triplet: 1E, 31 and 20. RGB value is (30,49,32). Sum of RGB (Red+Green+Blue) = 30+49+32=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3120 is #E1CEDF. Grayscale: #292929. Windows color (decimal): -14798560 or 2109726. OLE color: 2109726.

HSL color Cylindrical-coordinate representation of color #1E3120: hue angle of 126.32º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E3120 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB304932-
CMYK0.3900.350.81
HSL126.32º24.05%15.49%-
HSV(B)126.32º38.78%19.22%-
XYZ1.892.581.76-
YUV41.38122.71119.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.03%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=27.03%
G=44.14%
B=28.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049320.3900.350.81126.3224.0515.49
Hex1E312027023517e18f
Octal366140470431211763017
Binary11110110001100000100111010001110100011111110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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