#1A2B1E

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

Shades of Black Bean #1A2B1E

Tints of Black Bean #1A2B1E

Color information

#1A2B1E (or 0x1A2B1E) is unknown color: approx Black Bean. HEX triplet: 1A, 2B and 1E. RGB value is (26,43,30). Sum of RGB (Red+Green+Blue) = 26+43+30=99 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26.26% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 43 - color contains mainly: green. Hex color #1A2B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2B1E is #E5D4E1. Grayscale: #242424. Windows color (decimal): -15062242 or 1977114. OLE color: 1977114.

HSL color Cylindrical-coordinate representation of color #1A2B1E: hue angle of 134.12º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1A2B1E is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB264330-
CMYK0.4000.300.83
HSL134.12º24.64%13.53%-
HSV(B)134.12º39.53%16.86%-
XYZ1.522.041.54-
YUV36.44124.37120.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.26%
GREEN value IS 43 (17.19% from 255) = 43.43%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=26.26%
G=43.43%
B=30.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2643300.4000.300.83134.1224.6413.53
Hex1A2B1E2801E538619e
Octal325336500361232063116
Binary1101010101111110101000011110101001110000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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