#1B201C

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

Shades of Black Bean #1B201C

Tints of Black Bean #1B201C

Color information

#1B201C (or 0x1B201C) is unknown color: approx Black Bean. HEX triplet: 1B, 20 and 1C. RGB value is (27,32,28). Sum of RGB (Red+Green+Blue) = 27+32+28=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 32 - color contains mainly: green. Hex color #1B201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B201C is #E4DFE3. Grayscale: #1E1E1E. Windows color (decimal): -14999524 or 1843227. OLE color: 1843227.

HSL color Cylindrical-coordinate representation of color #1B201C: hue angle of 132º 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 #1B201C is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB273228-
CMYK0.1600.120.87
HSL132º8.47%11.57%-
HSV(B)132º15.62%12.55%-
XYZ1.181.351.3-
YUV30.05126.84125.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.03%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=31.03%
G=36.78%
B=32.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732280.1600.120.871328.4711.57
Hex1B201C100C57848c
Octal334034200141272041014
Binary1101110000011100100000110010101111000010010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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