#1B381F

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

Shades of Black Bean #1B381F

Tints of Black Bean #1B381F

Color information

#1B381F (or 0x1B381F) is unknown color: approx Black Bean. HEX triplet: 1B, 38 and 1F. RGB value is (27,56,31). Sum of RGB (Red+Green+Blue) = 27+56+31=114 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.68% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #1B381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B381F is #E4C7E0. Grayscale: #2C2C2C. Windows color (decimal): -14993377 or 2045979. OLE color: 2045979.

HSL color Cylindrical-coordinate representation of color #1B381F: hue angle of 128.28º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B381F is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB275631-
CMYK0.5200.450.78
HSL128.28º34.94%16.27%-
HSV(B)128.28º51.79%21.96%-
XYZ2.113.161.79-
YUV44.48120.39115.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.68%
GREEN value IS 56 (22.27% from 255) = 49.12%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=23.68%
G=49.12%
B=27.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2756310.5200.450.78128.2834.9416.27
Hex1B381F3402D4E802310
Octal337037640551162004320
Binary1101111100011111110100010110110011101000000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,31); }

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

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

 a { background-color: rgb(27,56,31); }

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

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

 span { border-color: rgb(27,56,31); }

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