#1B3220

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

Shades of Black Bean #1B3220

Tints of Black Bean #1B3220

Color information

#1B3220 (or 0x1B3220) is unknown color: approx Black Bean. HEX triplet: 1B, 32 and 20. RGB value is (27,50,32). Sum of RGB (Red+Green+Blue) = 27+50+32=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #1B3220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3220 is #E4CDDF. Grayscale: #292929. Windows color (decimal): -14994912 or 2109979. OLE color: 2109979.

HSL color Cylindrical-coordinate representation of color #1B3220: hue angle of 133.04º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B3220 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB275032-
CMYK0.4600.360.80
HSL133.04º29.87%15.1%-
HSV(B)133.04º46%19.61%-
XYZ1.852.621.77-
YUV41.07122.88117.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.77%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=24.77%
G=45.87%
B=29.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2750320.4600.360.80133.0429.8715.1
Hex1B32202E02450851ef
Octal336240560441202053617
Binary110111100101000001011100100100101000010000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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