#1B2C21

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

Shades of Black Bean #1B2C21

Tints of Black Bean #1B2C21

Color information

#1B2C21 (or 0x1B2C21) is unknown color: approx Black Bean. HEX triplet: 1B, 2C and 21. RGB value is (27,44,33). Sum of RGB (Red+Green+Blue) = 27+44+33=104 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.96% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2C21 is #E4D3DE. Grayscale: #252525. Windows color (decimal): -14996447 or 2173979. OLE color: 2173979.

HSL color Cylindrical-coordinate representation of color #1B2C21: hue angle of 141.18º 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 #1B2C21 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB274433-
CMYK0.3900.250.83
HSL141.18º23.94%13.92%-
HSV(B)141.18º38.64%17.25%-
XYZ1.632.141.77-
YUV37.66125.37120.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.96%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=25.96%
G=42.31%
B=31.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2744330.3900.250.83141.1823.9413.92
Hex1B2C2127019538d18e
Octal335441470311232153016
Binary11011101100100001100111011001101001110001101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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