#1A1E1B

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

Shades of Black Bean #1A1E1B

Tints of Black Bean #1A1E1B

Color information

#1A1E1B (or 0x1A1E1B) is unknown color: approx Black Bean. HEX triplet: 1A, 1E and 1B. RGB value is (26,30,27). Sum of RGB (Red+Green+Blue) = 26+30+27=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1E1B is #E5E1E4. Grayscale: #1C1C1C. Windows color (decimal): -15065573 or 1777178. OLE color: 1777178.

HSL color Cylindrical-coordinate representation of color #1A1E1B: hue angle of 135º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1A1E1B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB263027-
CMYK0.1300.100.88
HSL135º7.14%10.98%-
HSV(B)135º13.33%11.76%-
XYZ1.091.231.22-
YUV28.46127.17126.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 31.33%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=31.33%
G=36.14%
B=32.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2630270.1300.100.881357.1410.98
Hex1A1E1BD0A58877b
Octal32363315012130207713
Binary1101011110110111101010101011000100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,30,27); }

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

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

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

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

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

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

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