#1E271E

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

Shades of Black Bean #1E271E

Tints of Black Bean #1E271E

Color information

#1E271E (or 0x1E271E) is unknown color: approx Black Bean. HEX triplet: 1E, 27 and 1E. RGB value is (30,39,30). Sum of RGB (Red+Green+Blue) = 30+39+30=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 39 - color contains mainly: green. Hex color #1E271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E271E is #E1D8E1. Grayscale: #232323. Windows color (decimal): -14801122 or 1976094. OLE color: 1976094.

HSL color Cylindrical-coordinate representation of color #1E271E: hue angle of 120º 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 #1E271E is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB303930-
CMYK0.2300.230.85
HSL120º13.04%13.53%-
HSV(B)120º23.08%15.29%-
XYZ1.51.821.5-
YUV35.28125.02124.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=30.30%
G=39.39%
B=30.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3039300.2300.230.8512013.0413.53
Hex1E271E170175578de
Octal364736270271251701516
Binary1111010011111110101110101111010101111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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