Html Css Color HEX #1E2720 Black Bean

📋 copy color: '#1E2720'

red 30 ◦ green 39 ◦ blue 32

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

Shades of Black Bean #1E2720

Tints of Black Bean #1E2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 38.61%

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

R = 29.7%
G = 38.61%
B = 31.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#1E2720 (or 0x1E2720) is known color: Black Bean. HEX triplet: 1E, 27 and 20. RGB value is (30,39,32). Sum of RGB (Red+Green+Blue) = 30+39+32=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2720 is #E1D8DF. Grayscale: #232323. Windows color (decimal): -14801120 or 2107166. OLE color: 2107166.

HSL color Cylindrical-coordinate representation of color #1E2720: hue angle of 133.33º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1E2720 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 39 32 -
CMYK 0.23 0 0.18 0.85
HSL 133.33º 0.13% 0.14% -
HSV(B) 133.33º 0.23% 0.15% -
XYZ 1.52 1.83 1.64 -
YUV 35.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 30 39 32 0.23 0 0.18 0.85 133.33 0.13 0.14
Hex 1E 27 20 17 0 12 55 85 D E
Octal 36 47 40 27 0 22 125 205 15 16
Binary 11110 100111 100000 10111 0 10010 1010101 10000101 1101 1110

Color Harmonies of #1E2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2720

Black with #1E2720

Text Example


Text Example

White with #1E2720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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