#1E2821

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

Shades of Black Bean #1E2821

Tints of Black Bean #1E2821

Color information

#1E2821 (or 0x1E2821) is unknown color: approx Black Bean. HEX triplet: 1E, 28 and 21. RGB value is (30,40,33). Sum of RGB (Red+Green+Blue) = 30+40+33=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 40 - color contains mainly: green. Hex color #1E2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2821 is #E1D7DE. Grayscale: #242424. Windows color (decimal): -14800863 or 2172958. OLE color: 2172958.

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

Color convert

RGB304033-
CMYK0.2500.170.84
HSL138º14.29%13.73%-
HSV(B)138º25%15.69%-
XYZ1.571.91.72-
YUV36.21126.19123.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.13%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=29.13%
G=38.83%
B=32.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3040330.2500.170.8413814.2913.73
Hex1E282119011548aee
Octal365041310211242121616
Binary111101010001000011100101000110101001000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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