#1A201B

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

Shades of Black Bean #1A201B

Tints of Black Bean #1A201B

Color information

#1A201B (or 0x1A201B) is unknown color: approx Black Bean. HEX triplet: 1A, 20 and 1B. RGB value is (26,32,27). Sum of RGB (Red+Green+Blue) = 26+32+27=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 32 - color contains mainly: green. Hex color #1A201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A201B is #E5DFE4. Grayscale: #1D1D1D. Windows color (decimal): -15065061 or 1777690. OLE color: 1777690.

HSL color Cylindrical-coordinate representation of color #1A201B: hue angle of 130º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A201B is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB263227-
CMYK0.1900.160.87
HSL130º10.34%11.37%-
HSV(B)130º18.75%12.55%-
XYZ1.141.331.23-
YUV29.64126.51125.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.59%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 27 (10.94% from 255) = 31.76%
R=30.59%
G=37.65%
B=31.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2632270.1900.160.8713010.3411.37
Hex1A201B130105782ab
Octal324033230201272021213
Binary11010100000110111001101000010101111000001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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