#1F3124

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

Shades of Black Bean #1F3124

Tints of Black Bean #1F3124

Color information

#1F3124 (or 0x1F3124) is unknown color: approx Black Bean. HEX triplet: 1F, 31 and 24. RGB value is (31,49,36). Sum of RGB (Red+Green+Blue) = 31+49+36=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3124 is #E0CEDB. Grayscale: #2A2A2A. Windows color (decimal): -14733020 or 2371871. OLE color: 2371871.

HSL color Cylindrical-coordinate representation of color #1F3124: hue angle of 136.67º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F3124 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB314936-
CMYK0.3700.270.81
HSL136.67º22.5%15.69%-
HSV(B)136.67º36.73%19.22%-
XYZ1.982.622.07-
YUV42.14124.54120.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=26.72%
G=42.24%
B=31.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149360.3700.270.81136.6722.515.69
Hex1F31242501B51891610
Octal376144450331212112620
Binary111111100011001001001010110111010001100010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,36); }

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

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

 a { background-color: rgb(31,49,36); }

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

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

 span { border-color: rgb(31,49,36); }

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