#1A211A

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

Shades of Black Bean #1A211A

Tints of Black Bean #1A211A

Color information

#1A211A (or 0x1A211A) is unknown color: approx Black Bean. HEX triplet: 1A, 21 and 1A. RGB value is (26,33,26). Sum of RGB (Red+Green+Blue) = 26+33+26=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #1A211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A211A is #E5DEE5. Grayscale: #1E1E1E. Windows color (decimal): -15064806 or 1712410. OLE color: 1712410.

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

Color convert

RGB263326-
CMYK0.2100.210.87
HSL120º11.86%11.57%-
HSV(B)120º21.21%12.94%-
XYZ1.161.381.18-
YUV30.11125.68125.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.59%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=30.59%
G=38.82%
B=30.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2633260.2100.210.8712011.8611.57
Hex1A211A150155778cc
Octal324132250251271701414
Binary1101010000111010101010101011010111111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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