#1A2E1D

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

Shades of Black Bean #1A2E1D

Tints of Black Bean #1A2E1D

Color information

#1A2E1D (or 0x1A2E1D) is unknown color: approx Black Bean. HEX triplet: 1A, 2E and 1D. RGB value is (26,46,29). Sum of RGB (Red+Green+Blue) = 26+46+29=101 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.74% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E1D is #E5D1E2. Grayscale: #262626. Windows color (decimal): -15061475 or 1912346. OLE color: 1912346.

HSL color Cylindrical-coordinate representation of color #1A2E1D: hue angle of 129º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A2E1D is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.

Color convert

RGB264629-
CMYK0.4300.370.82
HSL129º27.78%14.12%-
HSV(B)129º43.48%18.04%-
XYZ1.622.261.51-
YUV38.08122.87119.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 25.74%
GREEN value IS 46 (18.36% from 255) = 45.54%
BLUE value IS 29 (11.72% from 255) = 28.71%
R=25.74%
G=45.54%
B=28.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2646290.4300.370.8212927.7814.12
Hex1A2E1D2B02552811ce
Octal325635530451222013416
Binary11010101110111011010110100101101001010000001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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