#1B2C1C

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

Shades of Black Bean #1B2C1C

Tints of Black Bean #1B2C1C

Color information

#1B2C1C (or 0x1B2C1C) is unknown color: approx Black Bean. HEX triplet: 1B, 2C and 1C. RGB value is (27,44,28). Sum of RGB (Red+Green+Blue) = 27+44+28=99 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27.27% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2C1C is #E4D3E3. Grayscale: #252525. Windows color (decimal): -14996452 or 1846299. OLE color: 1846299.

HSL color Cylindrical-coordinate representation of color #1B2C1C: hue angle of 123.53º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B2C1C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB274428-
CMYK0.3900.360.83
HSL123.53º23.94%13.92%-
HSV(B)123.53º38.64%17.25%-
XYZ1.562.121.43-
YUV37.09122.87120.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.27%
GREEN value IS 44 (17.58% from 255) = 44.44%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=27.27%
G=44.44%
B=28.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2744280.3900.360.83123.5323.9413.92
Hex1B2C1C27024537c18e
Octal335434470441231743016
Binary1101110110011100100111010010010100111111100110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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