#1B291C

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

Shades of Black Bean #1B291C

Tints of Black Bean #1B291C

Color information

#1B291C (or 0x1B291C) is unknown color: approx Black Bean. HEX triplet: 1B, 29 and 1C. RGB value is (27,41,28). Sum of RGB (Red+Green+Blue) = 27+41+28=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #1B291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B291C is #E4D6E3. Grayscale: #232323. Windows color (decimal): -14997220 or 1845531. OLE color: 1845531.

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

Color convert

RGB274128-
CMYK0.3400.320.84
HSL124.29º20.59%13.33%-
HSV(B)124.29º34.15%16.08%-
XYZ1.451.91.39-
YUV35.33123.86122.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.12%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=28.12%
G=42.71%
B=29.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2741280.3400.320.84124.2920.5913.33
Hex1B291C22020547c15d
Octal335134420401241742515
Binary1101110100111100100010010000010101001111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,41,28); }

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

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

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

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

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

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

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