#1A1C1A

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

Shades of Black Bean #1A1C1A

Tints of Black Bean #1A1C1A

Color information

#1A1C1A (or 0x1A1C1A) is unknown color: approx Black Bean. HEX triplet: 1A, 1C and 1A. RGB value is (26,28,26). Sum of RGB (Red+Green+Blue) = 26+28+26=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1C1A is #E5E3E5. Grayscale: #1B1B1B. Windows color (decimal): -15066086 or 1711130. OLE color: 1711130.

HSL color Cylindrical-coordinate representation of color #1A1C1A: hue angle of 120º degrees, saturation: 0.04, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #1A1C1A is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB262826-
CMYK0.0700.070.89
HSL120º3.7%10.59%-
HSV(B)120º7.14%10.98%-
XYZ1.031.121.14-
YUV27.17127.34127.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.5%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=32.5%
G=35%
B=32.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2628260.0700.070.891203.710.59
Hex1A1C1A70759784b
Octal323432707131170413
Binary1101011100110101110111101100111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,28,26); }

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

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

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

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

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

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

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