#1A201A

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

Shades of Black Bean #1A201A

Tints of Black Bean #1A201A

Color information

#1A201A (or 0x1A201A) is unknown color: approx Black Bean. HEX triplet: 1A, 20 and 1A. RGB value is (26,32,26). Sum of RGB (Red+Green+Blue) = 26+32+26=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 32 - color contains mainly: green. Hex color #1A201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A201A is #E5DFE5. Grayscale: #1D1D1D. Windows color (decimal): -15065062 or 1712154. OLE color: 1712154.

HSL color Cylindrical-coordinate representation of color #1A201A: hue angle of 120º 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 #1A201A is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB263226-
CMYK0.1900.190.87
HSL120º10.34%11.37%-
HSV(B)120º18.75%12.55%-
XYZ1.131.331.17-
YUV29.52126.01125.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.95%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=30.95%
G=38.10%
B=30.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2632260.1900.190.8712010.3411.37
Hex1A201A130135778ab
Octal324032230231271701213
Binary1101010000011010100110100111010111111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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