#1A311D

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

Shades of Black Bean #1A311D

Tints of Black Bean #1A311D

Color information

#1A311D (or 0x1A311D) is unknown color: approx Black Bean. HEX triplet: 1A, 31 and 1D. RGB value is (26,49,29). Sum of RGB (Red+Green+Blue) = 26+49+29=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #1A311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A311D is #E5CEE2. Grayscale: #272727. Windows color (decimal): -15060707 or 1913114. OLE color: 1913114.

HSL color Cylindrical-coordinate representation of color #1A311D: hue angle of 127.83º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A311D is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB264929-
CMYK0.4700.410.81
HSL127.83º30.67%14.71%-
HSV(B)127.83º46.94%19.22%-
XYZ1.752.51.55-
YUV39.84121.88118.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=25%
G=47.12%
B=27.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2649290.4700.410.81127.8330.6714.71
Hex1A311D2F02951801ff
Octal326135570511212003717
Binary11010110001111011011110101001101000110000000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,49,29); }

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

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

 a { background-color: rgb(26,49,29); }

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

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

 span { border-color: rgb(26,49,29); }

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