#1E211E

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

Shades of Black Bean #1E211E

Tints of Black Bean #1E211E

Color information

#1E211E (or 0x1E211E) is unknown color: approx Black Bean. HEX triplet: 1E, 21 and 1E. RGB value is (30,33,30). Sum of RGB (Red+Green+Blue) = 30+33+30=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 33 - color contains mainly: green. Hex color #1E211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E211E is #E1DEE1. Grayscale: #1F1F1F. Windows color (decimal): -14802658 or 1974558. OLE color: 1974558.

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

Color convert

RGB303330-
CMYK0.0900.090.87
HSL120º4.76%12.35%-
HSV(B)120º9.09%12.94%-
XYZ1.311.461.44-
YUV31.76127.01126.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=32.26%
G=35.48%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3033300.0900.090.871204.7612.35
Hex1E211E90957785c
Octal36413611011127170514
Binary1111010000111110100101001101011111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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