#131F16

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

Shades of Black Bean #131F16

Tints of Black Bean #131F16

Color information

#131F16 (or 0x131F16) is unknown color: approx Black Bean. HEX triplet: 13, 1F and 16. RGB value is (19,31,22). Sum of RGB (Red+Green+Blue) = 19+31+22=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #131F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F16 is #ECE0E9. Grayscale: #1A1A1A. Windows color (decimal): -15524074 or 1449747. OLE color: 1449747.

HSL color Cylindrical-coordinate representation of color #131F16: hue angle of 135º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #131F16 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB193122-
CMYK0.3900.290.88
HSL135º24%9.8%-
HSV(B)135º38.71%12.16%-
XYZ0.91.180.94-
YUV26.39125.52122.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=26.39%
G=43.06%
B=30.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1931220.3900.290.88135249.8
Hex131F162701D588718a
Octal233726470351302073012
Binary100111111110110100111011101101100010000111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131F16; }

 p { color: rgb(19,31,22); }

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

<style>
 a { background-color: #131F16; }

 a { background-color: rgb(19,31,22); }

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

<style>
 span { border-color: #131F16; }

 span { border-color: rgb(19,31,22); }

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