#1A221B

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

Shades of Black Bean #1A221B

Tints of Black Bean #1A221B

Color information

#1A221B (or 0x1A221B) is unknown color: approx Black Bean. HEX triplet: 1A, 22 and 1B. RGB value is (26,34,27). Sum of RGB (Red+Green+Blue) = 26+34+27=87 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.89% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 34 - color contains mainly: green. Hex color #1A221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A221B is #E5DDE4. Grayscale: #1E1E1E. Windows color (decimal): -15064549 or 1778202. OLE color: 1778202.

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

Color convert

RGB263427-
CMYK0.2400.210.87
HSL127.5º13.33%11.76%-
HSV(B)127.5º23.53%13.33%-
XYZ1.21.441.25-
YUV30.81125.85124.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.89%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=29.89%
G=39.08%
B=31.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2634270.2400.210.87127.513.3311.76
Hex1A221B18015577fdc
Octal324233300251271771514
Binary1101010001011011110000101011010111111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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