#1F3125

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

Shades of Black Bean #1F3125

Tints of Black Bean #1F3125

Color information

#1F3125 (or 0x1F3125) is unknown color: approx Black Bean. HEX triplet: 1F, 31 and 25. RGB value is (31,49,37). Sum of RGB (Red+Green+Blue) = 31+49+37=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3125 is #E0CEDA. Grayscale: #2A2A2A. Windows color (decimal): -14733019 or 2437407. OLE color: 2437407.

HSL color Cylindrical-coordinate representation of color #1F3125: hue angle of 140º 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 #1F3125 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB314937-
CMYK0.3700.240.81
HSL140º22.5%15.69%-
HSV(B)140º36.73%19.22%-
XYZ22.622.15-
YUV42.25125.04119.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.50%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=26.50%
G=41.88%
B=31.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149370.3700.240.8114022.515.69
Hex1F312525018518c1610
Octal376145450301212142620
Binary111111100011001011001010110001010001100011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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