#1E2C1F

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

Shades of Black Bean #1E2C1F

Tints of Black Bean #1E2C1F

Color information

#1E2C1F (or 0x1E2C1F) is unknown color: approx Black Bean. HEX triplet: 1E, 2C and 1F. RGB value is (30,44,31). Sum of RGB (Red+Green+Blue) = 30+44+31=105 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.57% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 44 - color contains mainly: green. Hex color #1E2C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2C1F is #E1D3E0. Grayscale: #262626. Windows color (decimal): -14799841 or 2042910. OLE color: 2042910.

HSL color Cylindrical-coordinate representation of color #1E2C1F: hue angle of 124.29º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1E2C1F is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB304431-
CMYK0.3200.300.83
HSL124.29º18.92%14.51%-
HSV(B)124.29º31.82%17.25%-
XYZ1.682.181.63-
YUV38.33123.86122.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.57%
GREEN value IS 44 (17.58% from 255) = 41.90%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=28.57%
G=41.90%
B=29.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3044310.3200.300.83124.2918.9214.51
Hex1E2C1F2001E537c13f
Octal365437400361231742317
Binary111101011001111110000001111010100111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,44,31); }

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

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

 a { background-color: rgb(30,44,31); }

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

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

 span { border-color: rgb(30,44,31); }

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