#1E221F

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

Shades of Black Bean #1E221F

Tints of Black Bean #1E221F

Color information

#1E221F (or 0x1E221F) is unknown color: approx Black Bean. HEX triplet: 1E, 22 and 1F. RGB value is (30,34,31). Sum of RGB (Red+Green+Blue) = 30+34+31=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 34 - color contains mainly: green. Hex color #1E221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E221F is #E1DDE0. Grayscale: #202020. Windows color (decimal): -14802401 or 2040350. OLE color: 2040350.

HSL color Cylindrical-coordinate representation of color #1E221F: hue angle of 135º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1E221F is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB303431-
CMYK0.1200.090.87
HSL135º6.25%12.55%-
HSV(B)135º11.76%13.33%-
XYZ1.351.521.52-
YUV32.46127.17126.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 31.58%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=31.58%
G=35.79%
B=32.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3034310.1200.090.871356.2512.55
Hex1E221FC0957876d
Octal36423714011127207615
Binary11110100010111111100010011010111100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,34,31); }

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

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

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

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

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

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

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