#1E2A21

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

Shades of Black Bean #1E2A21

Tints of Black Bean #1E2A21

Color information

#1E2A21 (or 0x1E2A21) is unknown color: approx Black Bean. HEX triplet: 1E, 2A and 21. RGB value is (30,42,33). Sum of RGB (Red+Green+Blue) = 30+42+33=105 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.57% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 42 - color contains mainly: green. Hex color #1E2A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2A21 is #E1D5DE. Grayscale: #252525. Windows color (decimal): -14800351 or 2173470. OLE color: 2173470.

HSL color Cylindrical-coordinate representation of color #1E2A21: hue angle of 135º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1E2A21 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.84.

Color convert

RGB304233-
CMYK0.2900.210.84
HSL135º16.67%14.12%-
HSV(B)135º28.57%16.47%-
XYZ1.642.041.75-
YUV37.39125.52122.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.57%
GREEN value IS 42 (16.80% from 255) = 40%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=28.57%
G=40%
B=31.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3042330.2900.210.8413516.6714.12
Hex1E2A211D015548711e
Octal365241350251242072116
Binary1111010101010000111101010101101010010000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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