#1A2B1B

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

Shades of Black Bean #1A2B1B

Tints of Black Bean #1A2B1B

Color information

#1A2B1B (or 0x1A2B1B) is unknown color: approx Black Bean. HEX triplet: 1A, 2B and 1B. RGB value is (26,43,27). Sum of RGB (Red+Green+Blue) = 26+43+27=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 43 - color contains mainly: green. Hex color #1A2B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2B1B is #E5D4E4. Grayscale: #242424. Windows color (decimal): -15062245 or 1780506. OLE color: 1780506.

HSL color Cylindrical-coordinate representation of color #1A2B1B: hue angle of 123.53º 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 #1A2B1B is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.83.

Color convert

RGB264327-
CMYK0.4000.370.83
HSL123.53º24.64%13.53%-
HSV(B)123.53º39.53%16.86%-
XYZ1.492.031.35-
YUV36.09122.87120.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.08%
GREEN value IS 43 (17.19% from 255) = 44.79%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=27.08%
G=44.79%
B=28.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2643270.4000.370.83123.5324.6413.53
Hex1A2B1B28025537c19e
Octal325333500451231743116
Binary1101010101111011101000010010110100111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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