Html Css Color HEX #1E2920 Black Bean

📋 copy color: '#1E2920'

red 30 ◦ green 41 ◦ blue 32

#1E2920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1E2920

Tints of Black Bean #1E2920

RGB

 RED value IS 30 (12.11% from 255) = 29.13%

 GREEN value IS 41 (16.41% from 255) = 39.81%

 BLUE value IS 32 (12.89% from 255) = 31.07%

R = 29.13%
G = 39.81%
B = 31.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#1E2920 (or 0x1E2920) is known color: Black Bean. HEX triplet: 1E, 29 and 20. RGB value is (30,41,32). Sum of RGB (Red+Green+Blue) = 30+41+32=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 41 - color contains mainly: green. Hex color #1E2920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2920 is #E1D6DF. Grayscale: #242424. Windows color (decimal): -14800608 or 2107678. OLE color: 2107678.

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

Color convert

RGB 30 41 32 -
CMYK 0.27 0 0.22 0.84
HSL 130.91º 0.15% 0.14% -
HSV(B) 130.91º 0.27% 0.16% -
XYZ 1.59 1.97 1.66 -
YUV 36.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 30 41 32 0.27 0 0.22 0.84 130.91 0.15 0.14
Hex 1E 29 20 1B 0 16 54 83 F E
Octal 36 51 40 33 0 26 124 203 17 16
Binary 11110 101001 100000 11011 0 10110 1010100 10000011 1111 1110

Color Harmonies of #1E2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2920

Black with #1E2920

Text Example


Text Example

White with #1E2920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,41,32); }

 H1.HeaderClassName
 {
   color: #1E2920;
 }
 .AnyTagClassName
 {
   color: #1E2920;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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