#1B2E1C

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

Shades of Black Bean #1B2E1C

Tints of Black Bean #1B2E1C

Color information

#1B2E1C (or 0x1B2E1C) is unknown color: approx Black Bean. HEX triplet: 1B, 2E and 1C. RGB value is (27,46,28). Sum of RGB (Red+Green+Blue) = 27+46+28=101 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.73% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E1C is #E4D1E3. Grayscale: #262626. Windows color (decimal): -14995940 or 1846811. OLE color: 1846811.

HSL color Cylindrical-coordinate representation of color #1B2E1C: hue angle of 123.16º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B2E1C is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.

Color convert

RGB274628-
CMYK0.4100.390.82
HSL123.16º26.03%14.31%-
HSV(B)123.16º41.3%18.04%-
XYZ1.642.271.45-
YUV38.27122.21119.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.73%
GREEN value IS 46 (18.36% from 255) = 45.54%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=26.73%
G=45.54%
B=27.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2746280.4100.390.82123.1626.0314.31
Hex1B2E1C29027527b1ae
Octal335634510471221733216
Binary1101110111011100101001010011110100101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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