#1B201B

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

Shades of Black Bean #1B201B

Tints of Black Bean #1B201B

Color information

#1B201B (or 0x1B201B) is unknown color: approx Black Bean. HEX triplet: 1B, 20 and 1B. RGB value is (27,32,27). Sum of RGB (Red+Green+Blue) = 27+32+27=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 32 - color contains mainly: green. Hex color #1B201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B201B is #E4DFE4. Grayscale: #1D1D1D. Windows color (decimal): -14999525 or 1777691. OLE color: 1777691.

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

Color convert

RGB273227-
CMYK0.1600.160.87
HSL120º8.47%11.57%-
HSV(B)120º15.62%12.55%-
XYZ1.171.351.24-
YUV29.94126.34125.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.40%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=31.40%
G=37.21%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732270.1600.160.871208.4711.57
Hex1B201B1001057788c
Octal334033200201271701014
Binary1101110000011011100000100001010111111100010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,27); }

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

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

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

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

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

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

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