#131D16

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

Shades of Black Bean #131D16

Tints of Black Bean #131D16

Color information

#131D16 (or 0x131D16) is unknown color: approx Black Bean. HEX triplet: 13, 1D and 16. RGB value is (19,29,22). Sum of RGB (Red+Green+Blue) = 19+29+22=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 29 - color contains mainly: green. Hex color #131D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D16 is #ECE2E9. Grayscale: #191919. Windows color (decimal): -15524586 or 1449235. OLE color: 1449235.

HSL color Cylindrical-coordinate representation of color #131D16: hue angle of 138º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131D16 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB192922-
CMYK0.3400.240.89
HSL138º20.83%9.41%-
HSV(B)138º34.48%11.37%-
XYZ0.851.080.92-
YUV25.21126.19123.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 29 (11.72% from 255) = 41.43%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=27.14%
G=41.43%
B=31.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1929220.3400.240.8913820.839.41
Hex131D1622018598a159
Octal233526420301312122511
Binary100111110110110100010011000101100110001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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