#1B321E

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

Shades of Black Bean #1B321E

Tints of Black Bean #1B321E

Color information

#1B321E (or 0x1B321E) is unknown color: approx Black Bean. HEX triplet: 1B, 32 and 1E. RGB value is (27,50,30). Sum of RGB (Red+Green+Blue) = 27+50+30=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #1B321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B321E is #E4CDE1. Grayscale: #282828. Windows color (decimal): -14994914 or 1978907. OLE color: 1978907.

HSL color Cylindrical-coordinate representation of color #1B321E: hue angle of 127.83º 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 #1B321E is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB275030-
CMYK0.4600.400.80
HSL127.83º29.87%15.1%-
HSV(B)127.83º46%19.61%-
XYZ1.832.611.64-
YUV40.84121.88118.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.23%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=25.23%
G=46.73%
B=28.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2750300.4600.400.80127.8329.8715.1
Hex1B321E2E02850801ef
Octal336236560501202003617
Binary11011110010111101011100101000101000010000000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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