#1B211C

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

Shades of Black Bean #1B211C

Tints of Black Bean #1B211C

Color information

#1B211C (or 0x1B211C) is unknown color: approx Black Bean. HEX triplet: 1B, 21 and 1C. RGB value is (27,33,28). Sum of RGB (Red+Green+Blue) = 27+33+28=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 33 - color contains mainly: green. Hex color #1B211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B211C is #E4DEE3. Grayscale: #1E1E1E. Windows color (decimal): -14999268 or 1843483. OLE color: 1843483.

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

Color convert

RGB273328-
CMYK0.1800.150.87
HSL130º10%11.76%-
HSV(B)130º18.18%12.94%-
XYZ1.211.41.31-
YUV30.64126.51125.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=30.68%
G=37.5%
B=31.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2733280.1800.150.871301011.76
Hex1B211C120F5782ac
Octal334134220171272021214
Binary1101110000111100100100111110101111000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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