#1E3321

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

Shades of Black Bean #1E3321

Tints of Black Bean #1E3321

Color information

#1E3321 (or 0x1E3321) is unknown color: approx Black Bean. HEX triplet: 1E, 33 and 21. RGB value is (30,51,33). Sum of RGB (Red+Green+Blue) = 30+51+33=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3321 is #E1CCDE. Grayscale: #2A2A2A. Windows color (decimal): -14798047 or 2175774. OLE color: 2175774.

HSL color Cylindrical-coordinate representation of color #1E3321: hue angle of 128.57º 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 #1E3321 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB305133-
CMYK0.4100.350.8
HSL128.57º25.93%15.88%-
HSV(B)128.57º41.18%20%-
XYZ1.992.751.87-
YUV42.67122.54118.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.32%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=26.32%
G=44.74%
B=28.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3051330.4100.350.8128.5725.9315.88
Hex1E33212902350811a10
Octal366341510431202013220
Binary1111011001110000110100101000111010000100000011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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