#1E231E

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

Shades of Black Bean #1E231E

Tints of Black Bean #1E231E

Color information

#1E231E (or 0x1E231E) is unknown color: approx Black Bean. HEX triplet: 1E, 23 and 1E. RGB value is (30,35,30). Sum of RGB (Red+Green+Blue) = 30+35+30=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 35 - color contains mainly: green. Hex color #1E231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E231E is #E1DCE1. Grayscale: #202020. Windows color (decimal): -14802146 or 1975070. OLE color: 1975070.

HSL color Cylindrical-coordinate representation of color #1E231E: hue angle of 120º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1E231E is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB303530-
CMYK0.1400.140.86
HSL120º7.69%12.75%-
HSV(B)120º14.29%13.73%-
XYZ1.371.571.46-
YUV32.93126.34125.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=31.58%
G=36.84%
B=31.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3035300.1400.140.861207.6912.75
Hex1E231EE0E56788d
Octal364336160161261701015
Binary11110100011111101110011101010110111100010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,35,30); }

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

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

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

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

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

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

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