Html Css Color HEX #1E3320 Black Bean

📋 copy color: '#1E3320'

red 30 ◦ green 51 ◦ blue 32

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

Shades of Black Bean #1E3320

Tints of Black Bean #1E3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.13%

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

R = 26.55%
G = 45.13%
B = 28.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#1E3320 (or 0x1E3320) is known color: Black Bean. HEX triplet: 1E, 33 and 20. RGB value is (30,51,32). Sum of RGB (Red+Green+Blue) = 30+51+32=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3320 is #E1CCDF. Grayscale: #2A2A2A. Windows color (decimal): -14798048 or 2110238. OLE color: 2110238.

HSL color Cylindrical-coordinate representation of color #1E3320: hue angle of 125.71º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E3320 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 30 51 32 -
CMYK 0.41 0 0.37 0.8
HSL 125.71º 0.26% 0.16% -
HSV(B) 125.71º 0.41% 0.2% -
XYZ 1.98 2.75 1.79 -
YUV 42.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 30 51 32 0.41 0 0.37 0.8 125.71 0.26 0.16
Hex 1E 33 20 29 0 25 50 7E 1A 10
Octal 36 63 40 51 0 45 120 176 32 20
Binary 11110 110011 100000 101001 0 100101 1010000 1111110 11010 10000

Color Harmonies of #1E3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3320

Black with #1E3320

Text Example


Text Example

White with #1E3320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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