#131B16

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

Shades of Black Bean #131B16

Tints of Black Bean #131B16

Color information

#131B16 (or 0x131B16) is unknown color: approx Black Bean. HEX triplet: 13, 1B and 16. RGB value is (19,27,22). Sum of RGB (Red+Green+Blue) = 19+27+22=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 27 - color contains mainly: green. Hex color #131B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B16 is #ECE4E9. Grayscale: #181818. Windows color (decimal): -15525098 or 1448723. OLE color: 1448723.

HSL color Cylindrical-coordinate representation of color #131B16: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B16 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.89.

Color convert

RGB192722-
CMYK0.3000.190.89
HSL142.5º17.39%9.02%-
HSV(B)142.5º29.63%10.59%-
XYZ0.810.980.91-
YUV24.04126.85124.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 27 (10.94% from 255) = 39.71%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=27.94%
G=39.71%
B=32.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927220.3000.190.89142.517.399.02
Hex131B161E013598e119
Octal233326360231312162111
Binary10011110111011011110010011101100110001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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