#1A291F

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

Shades of Black Bean #1A291F

Tints of Black Bean #1A291F

Color information

#1A291F (or 0x1A291F) is unknown color: approx Black Bean. HEX triplet: 1A, 29 and 1F. RGB value is (26,41,31). Sum of RGB (Red+Green+Blue) = 26+41+31=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 41 - color contains mainly: green. Hex color #1A291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A291F is #E5D6E0. Grayscale: #232323. Windows color (decimal): -15062753 or 2042138. OLE color: 2042138.

HSL color Cylindrical-coordinate representation of color #1A291F: hue angle of 140º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1A291F is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB264131-
CMYK0.3700.240.84
HSL140º22.39%13.14%-
HSV(B)140º36.59%16.08%-
XYZ1.471.91.59-
YUV35.38125.53121.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.53%
GREEN value IS 41 (16.41% from 255) = 41.84%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=26.53%
G=41.84%
B=31.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2641310.3700.240.8414022.3913.14
Hex1A291F25018548c16d
Octal325137450301242142615
Binary1101010100111111100101011000101010010001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,41,31); }

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

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

 a { background-color: rgb(26,41,31); }

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

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

 span { border-color: rgb(26,41,31); }

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