#1B3120

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

Shades of Black Bean #1B3120

Tints of Black Bean #1B3120

Color information

#1B3120 (or 0x1B3120) is unknown color: approx Black Bean. HEX triplet: 1B, 31 and 20. RGB value is (27,49,32). Sum of RGB (Red+Green+Blue) = 27+49+32=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3120 is #E4CEDF. Grayscale: #282828. Windows color (decimal): -14995168 or 2109723. OLE color: 2109723.

HSL color Cylindrical-coordinate representation of color #1B3120: hue angle of 133.64º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B3120 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB274932-
CMYK0.4500.350.81
HSL133.64º28.95%14.9%-
HSV(B)133.64º44.9%19.22%-
XYZ1.812.531.76-
YUV40.48123.21118.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=25%
G=45.37%
B=29.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749320.4500.350.81133.6428.9514.9
Hex1B31202D02351861df
Octal336140550431212063517
Binary110111100011000001011010100011101000110000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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