#131C16

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

Shades of Black Bean #131C16

Tints of Black Bean #131C16

Color information

#131C16 (or 0x131C16) is unknown color: approx Black Bean. HEX triplet: 13, 1C and 16. RGB value is (19,28,22). Sum of RGB (Red+Green+Blue) = 19+28+22=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 28 - color contains mainly: green. Hex color #131C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C16 is #ECE3E9. Grayscale: #181818. Windows color (decimal): -15524842 or 1448979. OLE color: 1448979.

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

Color convert

RGB192822-
CMYK0.3200.210.89
HSL140º19.15%9.22%-
HSV(B)140º32.14%10.98%-
XYZ0.831.030.91-
YUV24.62126.52123.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 28 (11.33% from 255) = 40.58%
BLUE value IS 22 (8.98% from 255) = 31.88%
R=27.54%
G=40.58%
B=31.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1928220.3200.210.8914019.159.22
Hex131C1620015598c139
Octal233426400251312142311
Binary100111110010110100000010101101100110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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